-
Notifications
You must be signed in to change notification settings - Fork 659
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Migrate PaymentController to PaymentLauncher within PaymentSheet comp…
…onents. (#4159) * inject payment launcher into model * process paymentResult rather than StripeIntentResult * add correct error messages to payment sheet * fix klint * update unit tests * fix api check failure * fix klint again * some clean up * use throwable message instead of removal internal from message factory class * use already retrieved stripe intent instead of fetching * close payment launcher again * linter fixes * continue refetching stripe intent * update unit tests to reflect new api * fix apicheck * added some null checks
- Loading branch information
1 parent
892e369
commit 0def576
Showing
5 changed files
with
84 additions
and
181 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
Oops, something went wrong.