-
Notifications
You must be signed in to change notification settings - Fork 662
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update PaymentController and related classes to take ApiRequest.Optio…
…ns (#1244) * Update PaymentController and related classes to take ApiRequest.Options Instead of passing a publishable key, pass `ApiRequest.Options` so that a user-specified Connected account (see `Stripe#setAccount()`) is included in requests. MOBILE3DS2-451
- Loading branch information
1 parent
63e094b
commit 649312c
Showing
8 changed files
with
176 additions
and
157 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
156 changes: 77 additions & 79 deletions
156
stripe/src/main/java/com/stripe/android/PaymentController.java
Large diffs are not rendered by default.
Oops, something went wrong.
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.