-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release 5.3.0 #1511
Merged
Release 5.3.0 #1511
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
COAND-372
COAND-372
COAND-372
Voucher refactor and Multibanco support
COAND-811
COAND-811
This allows us to give different configurations based on the payment method. This is especially useful for InstantPaymentComponent. COAND-811
COAND-811
COAND-835
COAND-835 diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 70672a89a..b47faa73a 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -82,3 +82,4 @@ CheckoutConfiguration( - When `CheckoutSessionProvider.createSession` to create a `CheckoutSession`, you can pass the `environment` and `clientKey` instead of the whole configuration. - In drop-in all actions will start in expanded mode - When using the Google Pay component, it is no longer necessary to manually import the `3ds2` module to handle transactions that require a native 3DS2 challenge. +- Removing stored payment methods are being handled internally if you are using Sessions integration. You do not need to override `onRemoveStoredPaymentMethod` function anymore.
COAND-835
COAND-835
…red_cards Allow shoppers remove stored cards for session integration
… configuration COAND-847
Use environment and client key from sessions
…essible COAND-867
Fix wrong `RestrictTo` annotations
…drop-in COAND-730
Throw exception if onAddressLookupQueryChanged is not implemented
This forces merchants to copy the default.local.gradle file and replace the placeholders with the actual values COAND-831
To make it more generic and not explicitly encourage people to use their API keys COAND-831
…lue to settings COAND-831
COAND-831
Refactor example app build config keys
COAND-863
Update release notes
COAND-863
Preparing release 5.3.0
ozgur00
approved these changes
Mar 12, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Release 5.3.0