Skip to content

Commit

Permalink
Update release notes for 4.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jreij committed Aug 31, 2023
1 parent 1b33f2d commit 5b2e2bd
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,7 @@
[//]: # ( # Deprecated)
[//]: # ( - Configurations public constructor are deprecated, please use each Configuration's builder to make a Configuration object)

## 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
- `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`](https://github.com/Adyen/adyen-android/blob/4.13.0/await/src/main/java/com/adyen/checkout/await/AwaitComponent.java) handles an action, it no longer causes a crash when resuming your app from the background.
- For cards that require the shopper to input their address:
- When internet connection is lost while loading, it no longer crashes. Instead an error is returned.
- The **Country** dropdown menu to select no longer displays no options. Previously, an error sometimes caused the menu to have no options, so the transaction couldn't be submitted.

0 comments on commit 5b2e2bd

Please sign in to comment.