Skip to content

Commit d4e216a

Browse files
committed
Add countries to creditcard support
1 parent 222ad45 commit d4e216a

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,10 @@
55
- changed: Some unecessary `showError` dropdowns demoted to hidden `showDevError`
66
- changed: Determine Moonpay asset support using chainCode/contractAddress
77
- changed: Allow reverse quotes for Kado
8+
- changed: Credit card allowed countries to add Botswana, Cambodia, Panama, and Sri Lanka
89
- fixed: Default swap pair logic from the trade modal was not prioritizing mainnet assets
910
- removed: 'fasterpayments' payment type
11+
- removed: Turking bank transfer support
1012

1113
## 4.12.0
1214

src/constants/plugins/buyPluginList.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
"BA",
3737
"BV",
3838
"BR",
39+
"BW",
3940
"IO",
4041
"BN",
4142
"BG",
@@ -96,6 +97,7 @@
9697
"GN",
9798
"GW",
9899
"GY",
100+
"KH",
99101
"HT",
100102
"HM",
101103
"VA",
@@ -126,6 +128,7 @@
126128
"LR",
127129
"LY",
128130
"LI",
131+
"LK",
129132
"LT",
130133
"LU",
131134
"MO",
@@ -165,6 +168,7 @@
165168
"MP",
166169
"NO",
167170
"OM",
171+
"PA",
168172
"PW",
169173
"PS",
170174
"PG",

0 commit comments

Comments
 (0)