forked from stripe/stripe-react-native
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: BETA CustomerSheet APIs (stripe#1491)
* upgrade native libaries * basic example * types and js wrap * ios except customer adapter * android * move behind explicit beta import * fix babel error * changleog * retrieveCustomerSheetPaymentOptionSelection * better example * rename methods * add e2e test * doc strings * add types, JS, and iOS for customer adapter * remove unused property * fixes on ios and type changes to prepare for android * android implementation * better support for customadapter * better example * remove args from fragment constructor * fix e2e test and changelog
- Loading branch information
1 parent
d565a0b
commit 168771c
Showing
29 changed files
with
2,168 additions
and
70 deletions.
There are no files selected for viewing
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
StripeSdk_kotlinVersion=1.8.0 | ||
# Keep StripeSdk_stripeVersion in sync with https://github.com/stripe/stripe-identity-react-native/blob/main/android/gradle.properties | ||
StripeSdk_stripeVersion=20.28.+ | ||
StripeSdk_stripeVersion=20.29.+ |
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
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
Oops, something went wrong.