Skip to content
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

fix: promise reject for paypal failure #30

Merged
merged 1 commit into from
Nov 27, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,10 @@ https://developer.paypal.com/braintree/docs/start/overview
| 2.2.1 | 50 or 51 |
| 2.2.2 | 50 or 51 |
| 2.4.0 | 50 or 51 |
| 2.4.1 | 50 or 51 or 52 |
| 2.5.0 | 50 or 51 or 52 |
| 3.0.1 | 50 or 51 |
| 3.0.2 | 50 or 51 or 52 |
| 3.0.2 | 50 or 51 |
| 3.0.3 | 50 or 51 or 52 |

## !!! Important Information Only For Package Version Above 3.x.x^ !!!
Package Version 3.x.x, introduce breaking change for the whole Android Integration, long story short [Braintree SDK For Android](https://github.com/braintree/braintree_android), from version 5.X.X , change a way of handling deep link and context switch from the PayPal (Browser) to the App, instead using custom schema Deep Link, SDK Version 5.x.x introduces usage of [AppLinks for Android](https://developer.android.com/training/app-links), with https schema.
Expand Down