Skip to content

Commit

Permalink
Adding migration guide for lookup
Browse files Browse the repository at this point in the history
  • Loading branch information
goergisn committed Nov 7, 2023
1 parent 987a707 commit 224c8b0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions MIGRATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,6 @@

## 5.3.0
- The `didComplete` method signature of `AdyenSessionDelegate` has changed. You must replace `didComplete(with resultCode: SessionPaymentResultCode, component: Component, session: AdyenSession)` with `didComplete(with result: AdyenSessionResult, component: Component, session: AdyenSession)`. Use the `resultCode` inside of the `AdyenSessionResult` if needed.

## 5.5.0
- The `CardComponent.AddressFormType.lookup` signature has changed. You must replace `.lookup(LookupProvider)` with `.lookup(AddressLookupProvider)`

0 comments on commit 224c8b0

Please sign in to comment.