Skip to content

Commit

Permalink
[Release] 5.16.0 (#1971)
Browse files Browse the repository at this point in the history
# Changes since last release

## Changed
    
- Add support for distinguishing between regular and native redirects to
improve handling of failed native redirect
   flows.
- For [native 3D Secure
2](https://docs.adyen.com/online-payments/3d-secure/native-3ds2/?platform=iOS&integration=Drop-in&version=5.0.0+and+later),
when a shopper cancels the payment during the payment flow,
the`didProvide(...`) delegate method is now triggered. What this means
for your integration depends on whether you already make a
`/payments/details` call to handle 3D Secure 2 errors:
    - If yes, you do not need to make any changes to your integration.
- If not, update your integration to make a `/payments/details` request
to get the details of the canceled transaction.
  • Loading branch information
neelSharma12 authored Jan 29, 2025
2 parents 42224aa + aea2cd3 commit 110b85b
Show file tree
Hide file tree
Showing 9,889 changed files with 10,188 additions and 10,105 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
2 changes: 1 addition & 1 deletion Adyen.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'Adyen'
s.version = '5.15.0'
s.version = '5.16.0'
s.summary = "Adyen Components for iOS"
s.description = <<-DESC
Adyen Components for iOS allows you to accept in-app payments by providing you with the building blocks you need to create a checkout experience.
Expand Down
Loading

0 comments on commit 110b85b

Please sign in to comment.