Skip to content

6.1.1

Latest
Compare
Choose a tag to compare
@WorldlineSolutionsIO WorldlineSolutionsIO released this 12 Nov 09:19

Added:

  • Added an isInstallments property to PaymentContext. The value is false by default and will be used during an IIN Details call. The property is used to determine the availability of credit cards for payments that will be made in installments.

Updated:

  • Updated the PaymentContext constructor to include an isInstallments parameter. This parameter is optional and it is false by default. The constructor now looks like PaymentContext(PaymentAmountOfMoney, Bool, String, Bool?).