Skip to content

7.0.3

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

Added:

  • Added a property isInstallments and a corresponding getter and setter to PaymentContext. This 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.
  • Added a new constructor toPaymentContext that includes the isInstallments value. PaymentContext(AmountOfMoney, String, boolean, Locale, boolean). If another constructor is used, this property will be initialized as false.

Updated:

  • Updated dependencies.