This repository has been archived by the owner on Mar 19, 2024. It is now read-only.
3.18.0
·
15 commits
to master
since this release
- Added:
- Added property
allowsInstallments
to classBasicPaymentProduct
.
- Added property
- Changed:
- The
getBasicPaymentProductGroups
,getPaymentProductGroup
andgetPaymentProductNetworks
functions ofC2SCommunicator
now use the response JSON as rejection reason if an error occurs. - The
getPaymentProductIdByCreditCardNumber
function ofC2SCommunicator
now adds the response JSON to the rejection reason as fieldjson
. session
now propagates the rejection reason it receives from theC2SCommunicator
to its caller.
- The
- Fixed:
- ApplePay payments that failed previously did not properly complete the payment flow. This has been fixed.