-
Notifications
You must be signed in to change notification settings - Fork 663
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
Enable new LPMs #5042
Merged
Merged
Enable new LPMs #5042
Changes from 37 commits
Commits
Show all changes
49 commits
Select commit
Hold shift + click to select a range
6ad41de
Change how mapping from field field values works. The form field va…
michelleb-stripe ab667a0
Rename newCard to newLpm taking in any new PaymentSelection
michelleb-stripe c4bf754
This will prepoulate the fields in the LPMs, the last selected paymen…
michelleb-stripe 488447e
Merge branch 'master' into michelleb/payment-method-params
michelleb-stripe 61c31c5
Merge branch 'michelleb/payment-method-params' into michelleb/pre-pop…
michelleb-stripe faf3303
Set the initial value of all fields
michelleb-stripe df8a847
Fix au_becs_debit account number identifier path
michelleb-stripe b1d9d30
Merge
michelleb-stripe b7a3d45
Add passing of merchant country based on currency
michelleb-stripe 6e9efa9
Merge branch 'michelleb/pre-populate-fields' into michelleb/playgroun…
michelleb-stripe 8a962cc
Add initial values for SignUpScreen
michelleb-stripe 8b9006d
Update tests with initialValues.
michelleb-stripe 9f69fa9
Fix tests
michelleb-stripe 64dcd66
Merge with master
michelleb-stripe 8d4a4e0
Merge branch 'michelleb/payment-method-params' into michelleb/pre-pop…
michelleb-stripe 090e93b
Cleanup
michelleb-stripe 8ccbd02
Merge branch 'michelleb/pre-populate-fields' into michelleb/playgroun…
michelleb-stripe 2730a66
Merge remote-tracking branch 'origin/master' into michelleb/payment-m…
michelleb-stripe 628e005
Merge branch 'master' into michelleb/payment-method-params
michelleb-stripe d6c6438
Ran localize script, made a couple of tweaks to make it work.
michelleb-stripe b918a48
Ran localize script, made a couple of tweaks to make it work.
michelleb-stripe 16cfde6
Merge branch 'master' into michelleb/payment-method-params
michelleb-stripe 3552b22
Merge with origin/master
michelleb-stripe e5411d1
wrong branch
michelleb-stripe f2dcfc6
PaymentSheet set default values on form (#4909)
michelleb-stripe 9d5231d
Merge with master
michelleb-stripe ced2201
All validated.
michelleb-stripe 9905eb3
Merge with master
michelleb-stripe cf3e021
cleanup
michelleb-stripe 2d13bee
Merge with master
michelleb-stripe 150e061
Merge with master
michelleb-stripe 899cc6e
Fix merge
michelleb-stripe eb74b88
apiDump
michelleb-stripe ac801f8
Merge with master.
michelleb-stripe b543f75
Add AU BECS to the playground, send the requested merchant country to…
michelleb-stripe 4f6d974
Update the changelog.
michelleb-stripe 152e269
Cleanup
michelleb-stripe 4e8f653
Merge remote-tracking branch 'origin/master' into michelleb/enable-au…
michelleb-stripe 38d06b9
Remove the paypal tests for now.
michelleb-stripe b0a2167
Make the paymentConfiguration update-able after initialization of the…
michelleb-stripe 60d45f0
Cleanup
michelleb-stripe ef89b60
Merge branch 'michelleb/set-pubkey-after-paysment-sheet-init' into mi…
michelleb-stripe 074f554
Need to clear the new user if the currency changes because the curren…
michelleb-stripe 1a3752a
Undo unnecessary change.
michelleb-stripe 0c4c075
Cleanup
michelleb-stripe 281af28
Merge branch 'michelleb/set-pubkey-after-paysment-sheet-init' into mi…
michelleb-stripe 20a3e3e
Cleanup
michelleb-stripe 856c6b3
merge with master.
michelleb-stripe fa6c448
Fix AU BECS field population.
michelleb-stripe File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -96,7 +96,8 @@ enum class IntentType { | |
*/ | ||
enum class Currency { | ||
USD, | ||
EUR | ||
EUR, | ||
AUD | ||
} | ||
|
||
/** | ||
|
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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is so that if the currency changes after PaymentSheet is created, that the publishable key returned from the reload is updated in the PaymentSheet Configuration.