Skip to content

Commit

Permalink
Add the removal of Samsung Pay to the v5 migration guide
Browse files Browse the repository at this point in the history
  • Loading branch information
tdchow committed Jan 3, 2024
1 parent 8b4c45d commit 5d201e4
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion v5_MIGRATION_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ basics for updating your Braintree integration from v4 to v5.
1. [Local Payment](#local-payment)
1. [SEPA Direct Debit](#sepa-direct-debit)
1. [Visa Checkout](#visa-checkout)
1. [Samsung Pay](#samsung-pay)

## Android API

Expand Down Expand Up @@ -556,4 +557,8 @@ class MyActivity : FragmentActivity() {
+ }
}
}
```
```

## Samsung Pay

The Samsung Pay integration has been removed. Please remove it from your app.

0 comments on commit 5d201e4

Please sign in to comment.