-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add captureMethod to createPaymentIntent (#447)
* feat: add local mobile support to iOS * feat: add captureMethod to createPaymentIntent params * chore: re-add extra whitespace * feat: update dev-app with captureMethod * e2e: Fix test failure because we added a new UI element * CollectCardPaymentScreen: Ensure a capture method is non-null And always provide one. * bitrise: Set apple dev connection to "off" (#445) Attempt to fix build errors like: > Could not configure Apple Service authentication: 2FA session saved > in Bitrise Developer Connection is expired, was valid until 2023-03-12 > 21:32:16 +0000 UTC (exit code: 1) https://app.bitrise.io/build/0565de0f-1eef-4d6c-a660-b6c5c709b6f4 * example-app: Support setting capture method * StripeTerminalReactNativeModule: Support captureMethod * dev-app: Support capture method for creating PIs server side * example-app: Add capture method for server-side PI creation * example-app: Create API supports setup_future_usage It's not used yet, but this brings the example-app up-to-date with our dev-app. * example-app: Default skip tipping to false Match our dev app and other example apps. * example-app: Update native SDK version * example-app: Remove no-longer-used discovery method enum * example-app: Revert a handful of commits Our example-app is pinned to the currently released version of the RN SDK. So, we can't make these changes yet. --------- Co-authored-by: Mihail Dunaev <mihail.dunaev91@gmail.com>
- Loading branch information
1 parent
70c84e2
commit 252dcdc
Showing
8 changed files
with
66 additions
and
9 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
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
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
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