💬 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, checkout: 3.49,
plater: 4.99, plater: 4.99,
ccf: { ccf: {
percentage: 2.59, percentage: 2.89,
fixedFee: 0.29, fixedFee: 0.29,
}, },
dw: { dw: {
percentage: 2.59, percentage: 2.89,
fixedFee: 0.29, fixedFee: 0.29,
}, },
apm: { apm: {
@ -22,7 +22,7 @@ export const countryPriceInfo = {
fixedFee: 0.29, fixedFee: 0.29,
}, },
fast: { fast: {
percentage: 2.59, percentage: 2.89,
fixedFee: 0.29, fixedFee: 0.29,
}, },
standardCardFields: 2.99, standardCardFields: 2.99,