woocommerce-paypal-payments/modules/ppcp-settings/resources/js/utils/countryPriceInfo.js

84 lines
1 KiB
JavaScript
Raw Normal View History

2024-11-26 18:18:11 +04:00
export const countryPriceInfo = {
US: {
fixedFee: {
USD: 0.49,
},
2024-11-26 18:18:11 +04:00
checkout: 3.49,
ccf: 2.59,
dw: 2.59,
apm: 2.59,
fastlane: 2.59,
standardCardFields: 2.99,
},
UK: {
fixedFee: {
GPB: 0.3,
},
2024-11-26 18:18:11 +04:00
checkout: 2.9,
ccf: 1.2,
dw: 1.2,
apm: 1.2,
standardCardFields: 1.2,
},
CA: {
fixedFee: {
CAD: 0.3,
},
2024-11-26 18:18:11 +04:00
checkout: 2.9,
ccf: 2.7,
dw: 2.7,
apm: 2.9,
standardCardFields: 2.9,
},
AU: {
fixedFee: {
AUD: 0.3,
},
2024-11-26 18:18:11 +04:00
checkout: 2.6,
ccf: 1.75,
dw: 1.75,
apm: 2.6,
standardCardFields: 2.6,
},
FR: {
fixedFee: {
EUR: 0.35,
},
2024-11-26 18:18:11 +04:00
checkout: 2.9,
ccf: 1.2,
dw: 1.2,
apm: 1.2,
standardCardFields: 1.2,
},
IT: {
fixedFee: {
EUR: 0.35,
},
2024-11-26 18:18:11 +04:00
checkout: 3.4,
ccf: 1.2,
dw: 1.2,
apm: 1.2,
standardCardFields: 1.2,
},
DE: {
fixedFee: {
EUR: 0.39,
},
2024-11-26 18:18:11 +04:00
checkout: 2.99,
ccf: 2.99,
dw: 2.99,
apm: 2.99,
standardCardFields: 2.99,
},
ES: {
fixedFee: {
EUR: 0.35,
},
2024-11-26 18:18:11 +04:00
checkout: 2.9,
ccf: 1.2,
dw: 1.2,
apm: 1.2,
standardCardFields: 1.2,
},
};