You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.