Release 17/09/2024
Version: 2024.09.17.1
Date: 17.09.2024
What's included?
- Hosted Checkout: submit_type parameter for Apple Pay and Google Pay buttons
- Bug Fixes:
- Removed apostrophe of
customer_name
(Cashflows) - Remapped error code 60110 (Trust Payments)
- Capture and Refund displays for Network Token transactions
/
in merchant/company names
- Removed apostrophe of
Hosted Checkout: submit_type
parameter for Apple Pay and Google Pay buttons
submit_type
parameter for Apple Pay and Google Pay buttonsIn the last release (v2024.09.05.1), we added the ability to adjust the text displayed in the payment submit button, to better match the transaction type. We have now added the functionality for the submit_type parameter to be applied to the Apple Pay and Google Pay buttons as well, overriding the default display name set in Hosted Checkout settings.
The updated docs and API reference are here:
Bug fixes
- Removed apostrophe from
customer_name
(Cashflows)
We have implemented an improvement that was highlighted for Cashflows requests. We were accepting apostrophes in first_name
and last_name
fields which isn’t accepted by Cashflows. To reduce the number of 909s we have remove the apostrophe from these fields.
- Remapped error code 60110 (Trust Payments)
We have remapped Trust Payments error code 60110 to 405 rather than 909 whilst we investigate the root cause of these issues.
- Capture and Refund displays for Network Token transactions
We have resolved an issue where the display of refunds and captures for network tokens was incorrect.
/
in merchant/company names
We have updated our validation rules to allow the use of the /
character in merchant and company names. As a result, you can now enter names with /
without any issues.