This repository has been archived by the owner on May 10, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 440
Fix #7794, #7709: Add Stripe on ramp, buy token tweaks #7879
Merged
Conversation
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
StephenHeaps
force-pushed
the
wallet/stripe-onramp
branch
from
August 16, 2023 18:24
b403bd8
to
07b7bcb
Compare
nuo-xu
reviewed
Aug 16, 2023
nuo-xu
approved these changes
Aug 16, 2023
StephenHeaps
added
the
blocked
If a ticket is blocked for some reason, if not using a sub-block label, please provide info in issue
label
Aug 16, 2023
StephenHeaps
force-pushed
the
wallet/stripe-onramp
branch
2 times, most recently
from
August 21, 2023 15:22
3854fd4
to
1f91444
Compare
StephenHeaps
force-pushed
the
wallet/stripe-onramp
branch
2 times, most recently
from
August 29, 2023 15:17
bb8e40b
to
9cda341
Compare
StephenHeaps
force-pushed
the
wallet/stripe-onramp
branch
from
September 8, 2023 14:59
9cda341
to
9632e1d
Compare
…re` from the view.
… selected currency.
StephenHeaps
force-pushed
the
wallet/stripe-onramp
branch
from
September 18, 2023 13:10
9632e1d
to
5cfd29d
Compare
StephenHeaps
removed
the
blocked
If a ticket is blocked for some reason, if not using a sub-block label, please provide info in issue
label
Sep 19, 2023
nuo-xu
approved these changes
Sep 19, 2023
StephenHeaps
added a commit
that referenced
this pull request
Sep 19, 2023
* Add support for Stripe OnRamp (US-only) * Add unit test for `supportedProviders` after moving into `BuyTokenStore` from the view. * Select USD by default, remove currency code from placeholder * Use region identifier / code instead of language code to restrict to US.
Closed
arthuredelstein
pushed a commit
to brave/brave-core
that referenced
this pull request
Feb 13, 2024
…uy token tweaks (brave/brave-ios#7879) * Add support for Stripe OnRamp (US-only) * Add unit test for `supportedProviders` after moving into `BuyTokenStore` from the view. * Select USD by default, remove currency code from placeholder * Use region identifier / code instead of language code to restrict to US.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Summary of Changes
This pull request fixes #7794, fixes #7709
Submitter Checklist:
NSLocalizableString()
Test Plan:
Note: Stripe is only supported in the US. If outside of the US, you've have to update device settings to United States region.
0
displayed as placeholder,$
/ USD selected as default currency.Select purchase method
.Buy with Link
.Screenshots:
stripe.mp4
Reviewer Checklist:
QA/(Yes|No)
bug
/enhancement