mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-01 07:02:48 +08:00
Fix typo GPB to GBP
This commit is contained in:
parent
a14d3d16e6
commit
97176b9fab
2 changed files with 2 additions and 2 deletions
|
@ -29,7 +29,7 @@ export const countryPriceInfo = {
|
|||
},
|
||||
GB: {
|
||||
fixedFee: {
|
||||
GPB: 0.3,
|
||||
GBP: 0.3,
|
||||
USD: 0.3,
|
||||
CAD: 0.3,
|
||||
AUD: 0.3,
|
||||
|
|
|
@ -15,7 +15,7 @@ const priceFormatInfo = {
|
|||
prefix: '€',
|
||||
suffix: '',
|
||||
},
|
||||
GPB: {
|
||||
GBP: {
|
||||
prefix: '£',
|
||||
suffix: '',
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue