-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
feat: adds support for custom actions such as paypal #26949
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
Closed
+538
−167
Closed
Changes from all commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
33757f0
feat: adds support for custom actions such as paypal
georgeweiler b7a950e
chore: removes development code
georgeweiler 97686df
feat: code review comments
georgeweiler 3b17f64
chore: installs preview build of ramps controller
georgeweiler 826e3a7
Merge branch 'main' of github.com:MetaMask/metamask-mobile into v2-cu…
georgeweiler 2be7c8d
Merge branch 'main' of github.com:MetaMask/metamask-mobile into v2-cu…
georgeweiler 4b43c56
chore: installs preview for ramps-controller
georgeweiler c5c1c83
[skip ci] Bump version number to 3890
metamaskbot f2d8bc1
[skip ci] Bump version number to 3892
metamaskbot 6271a11
fix: use deep link redirect and navigate to order details after PayPa…
amitabh94 bd3c409
fix: override redirectUrl with deep link for external browser providers
amitabh94 69bedfa
fix: skip order details navigation when user cancels external browser
amitabh94 8dc210d
fix: always override redirectUrl on buyURL before fetching widget
amitabh94 e506bb1
chore: add temporary debug logging for PayPal redirect flow
amitabh94 63b75e2
chore: add comprehensive debug logging for PayPal redirect flow
amitabh94 bc012ac
fix: pass extracted orderCode to OrderDetails instead of full orderId
amitabh94 2ebe31d
chore: add DEV-only mock bypass for PayPal external browser flow
amitabh94 2fdfc44
chore: merge with main branch
georgeweiler f75705b
Merge branch 'v2-custom-actions' of github.com:MetaMask/metamask-mobi…
georgeweiler 4f0a068
chore: debug instrumentation
georgeweiler 93003e7
feat: hide precreated and expired orders from orders list
georgeweiler 479f678
fix: OrderDetails hydration fallback and remove debug instrumentation
lorenzosantos 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 hidden or 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 hidden or 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 hidden or 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.
Oops, something went wrong.
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.
Unresolved Git Merge Conflict in Build File
High Severity
The file contains raw git merge conflict markers (
<<<<<<< HEAD,=======,>>>>>>>) for theversionNameandversionCodefields. This is a Gradle syntax error that will cause every Android build to fail immediately. The conflict between version7.69.0/code3892(HEAD) and7.70.0/code3607(the other branch) was never resolved before committing.