Skip to content

4.13.0

Compare
Choose a tag to compare
@github-actions github-actions released this 30 Aug 08:51
· 37 commits to v4 since this release
fac383d

New

  • For 3D Secure 2 transactions, when a challenge is unsuccessful because of error or timeout, the details are propagated in an object instead of returning an error. You can make a /payments/details request from your server to submit these details.

Changed

  • 3D Secure 2 SDK version: v2.2.15.
  • compileSdkVersion and targetSdkVersion: 33.

Fixed

  • For cards, when a detected card brand doesn't require a security code (CVC), the CVC field on the payment form no longer shows a validation error.
  • For dual-branded cards, if the shopper doesn't select a detected brand, the paymentMethod object no longer contains a brand when submitting the payment.
  • After the AwaitComponent handles an action, it no longer causes a crash when resuming your app from the background.