Skip to content

Commit

Permalink
Update Apple Pay branding
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon-edge committed Sep 20, 2024
1 parent 0e50916 commit d616c1f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
- fixed: Crash on HomeScene when logging while in airplane mode
- fixed: Inconsistent corners in `SideMenu`
- fixed: "Most Recent Wallets" do not show those chosen through `fiatPlugin`
- fixed: "Apple Pay" renamed to "Pay with Apple Pay" to align with branding guidelines

## 4.13.0 (2024-09-18)

Expand Down
2 changes: 1 addition & 1 deletion src/__tests__/__snapshots__/GuiPlugins.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ Settlement: 10 - 30 minutes",
"credit",
],
"pluginId": "creditcard",
"title": "Apple Pay",
"title": "Pay with Apple Pay",
},
{
"cryptoCodes": [],
Expand Down
2 changes: 1 addition & 1 deletion src/constants/plugins/buyPluginList.json
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@
"paymentType": "applepay",
"description": "Fee: 5-7%\nSettlement: 10 - 30 minutes",
"paymentTypes": ["credit"],
"title": "Apple Pay",
"title": "Pay with Apple Pay",
"forCountries": [
"AD", "AE", "AF", "AG", "AI", "AL", "AM", "AO", "AQ", "AR",
"AS", "AT", "AU", "AW", "AZ", "BA", "BB", "BD", "BE", "BF",
Expand Down

0 comments on commit d616c1f

Please sign in to comment.