Fix typo GPB to GBP

This commit is contained in:
carmenmaymo 2025-02-07 15:34:21 +01:00
parent a14d3d16e6
commit 97176b9fab
No known key found for this signature in database
GPG key ID: 6023F686B0F3102E
2 changed files with 2 additions and 2 deletions

View file

@ -29,7 +29,7 @@ export const countryPriceInfo = {
},
GB: {
fixedFee: {
GPB: 0.3,
GBP: 0.3,
USD: 0.3,
CAD: 0.3,
AUD: 0.3,

View file

@ -15,7 +15,7 @@ const priceFormatInfo = {
prefix: '€',
suffix: '',
},
GPB: {
GBP: {
prefix: '£',
suffix: '',
},