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 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?).