Skip to content

5.10.0

Compare
Choose a tag to compare
@erenbesel erenbesel released this 07 Aug 09:59
b8912b5

New

  • For Drop-in with Sessions flow, the shopper can now remove their stored payment methods. To do so:

    • In the /sessions request, include showRemovePaymentMethodButton: true.
    • Set the StoredPaymentMethodsDelegate to session:
      dropInComponent.storedPaymentMethodsDelegate = self.session
      
  • Support for the UPI Intent flow, where the shopper can choose a UPI app to pay through. They are redirected to and complete the payment on the selected app.

  • Support for the following locales: bg-BG, ca-ES, et-EE, is-IS, lt-LT, lv-LV

Changed

  • Delegated Authentication improvements.

Fixed

  • For cards, when the shopper selects Cancel to exit the address input screen, the address fields no longer get reset.