💬 Fix the fees for Expanded Checkout options

This commit is contained in:
Philipp Stracker 2025-02-07 18:46:45 +01:00
parent 592e9cb50c
commit 5682cda79b
No known key found for this signature in database

View file

@ -10,11 +10,11 @@ export const countryPriceInfo = {
checkout: 3.49,
plater: 4.99,
ccf: {
percentage: 2.59,
percentage: 2.89,
fixedFee: 0.29,
},
dw: {
percentage: 2.59,
percentage: 2.89,
fixedFee: 0.29,
},
apm: {
@ -22,7 +22,7 @@ export const countryPriceInfo = {
fixedFee: 0.29,
},
fast: {
percentage: 2.59,
percentage: 2.89,
fixedFee: 0.29,
},
standardCardFields: 2.99,