Skip to content

Commit

Permalink
Add CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahkoop committed Dec 6, 2023
1 parent 6f499bb commit 3a26fff
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,13 @@
* Remove `merchantId` from `GooglePayRequest`
* ThreeDSecure
* Remove `ThreeDSecureListener`
* Add `ThreeDSecureLauncher`, `ThreeDSecurePaymentAuthResult`, and `ThreeDSecureLancherCallback`
* Add `ThreeDSecureLauncher`, `ThreeDSecurePaymentAuthResult`,
`ThreeDSecureTokenizeCallback`, `ThreeDSecurePaymentAuthRequest`,
`ThreeDSecurePaymentAuthRequestCallback`, `ThreeDSecurePrepareLookupResult`,
`ThreeDSecurePrepareLookupCallback`, and `ThreeDSecureLancherCallback`
* Remove overload constructors, `setListener`, `continuePerformVerification`, `onBrowserSwitchResult` and `onActivityResult` from `ThreeDSecureClient`
* Change `ThreeDSecureClient#initializeChallengeWithLookupResponse` parameters
* Convert `ThreeDSecureResult` into sealed class
* Add `ThreeDSecureClient#tokenize`
* Rename `ThreeDSecureClient#performVerification` to
`ThreeDSecureClient#createPaymentAuthRequest` and change parameters
Expand Down

0 comments on commit 3a26fff

Please sign in to comment.