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

142 lines
2.3 KiB
JavaScript
Raw Normal View History

2024-11-26 18:18:11 +04:00
export const countryPriceInfo = {
US: {
fixedFee: {
USD: 0.49,
2024-12-20 09:34:32 +01:00
GBP: 0.39,
CAD: 0.59,
AUD: 0.59,
EUR: 0.39,
},
2024-11-26 18:18:11 +04:00
checkout: 3.49,
2024-12-20 09:34:32 +01:00
plater: 4.99,
ccf: {
percentage: 2.59,
fixedFee: 0.29,
},
dw: {
percentage: 2.59,
fixedFee: 0.29,
},
apm: {
percentage: 2.89,
fixedFee: 0.29,
},
2024-12-20 11:43:33 +01:00
fast: {
2024-12-20 09:34:32 +01:00
percentage: 2.59,
fixedFee: 0.29,
},
2024-11-26 18:18:11 +04:00
standardCardFields: 2.99,
},
UK: {
fixedFee: {
GPB: 0.3,
2024-12-20 09:34:32 +01:00
USD: 0.3,
CAD: 0.3,
AUD: 0.3,
EUR: 0.35,
},
2024-11-26 18:18:11 +04:00
checkout: 2.9,
2024-12-20 09:34:32 +01:00
plater: 2.9,
2024-11-26 18:18:11 +04:00
ccf: 1.2,
dw: 1.2,
2024-12-20 11:43:33 +01:00
fast: 1.2,
2024-11-26 18:18:11 +04:00
apm: 1.2,
standardCardFields: 1.2,
},
CA: {
fixedFee: {
CAD: 0.3,
2024-12-20 09:34:32 +01:00
USD: 0.3,
GBP: 0.2,
AUD: 0.3,
EUR: 0.35,
},
2024-11-26 18:18:11 +04:00
checkout: 2.9,
ccf: 2.7,
dw: 2.7,
2024-12-20 11:43:33 +01:00
fast: 2.7,
2024-11-26 18:18:11 +04:00
apm: 2.9,
standardCardFields: 2.9,
},
AU: {
fixedFee: {
AUD: 0.3,
2024-12-20 09:34:32 +01:00
USD: 0.3,
GBP: 0.2,
CAD: 0.3,
EUR: 0.35,
},
2024-11-26 18:18:11 +04:00
checkout: 2.6,
2024-12-20 09:34:32 +01:00
plater: 2.6,
2024-11-26 18:18:11 +04:00
ccf: 1.75,
dw: 1.75,
2024-12-20 11:43:33 +01:00
fast: 1.75,
2024-11-26 18:18:11 +04:00
apm: 2.6,
standardCardFields: 2.6,
},
FR: {
fixedFee: {
EUR: 0.35,
2024-12-20 09:34:32 +01:00
USD: 0.3,
GBP: 0.3,
CAD: 0.3,
AUD: 0.3,
},
2024-11-26 18:18:11 +04:00
checkout: 2.9,
2024-12-20 09:34:32 +01:00
plater: 2.9,
2024-11-26 18:18:11 +04:00
ccf: 1.2,
dw: 1.2,
2024-12-20 11:43:33 +01:00
fast: 1.2,
2024-11-26 18:18:11 +04:00
apm: 1.2,
standardCardFields: 1.2,
},
IT: {
fixedFee: {
2024-12-20 09:34:32 +01:00
EUR: 0.35,
USD: 0.3,
GBP: 0.3,
CAD: 0.3,
AUD: 0.3,
},
2024-11-26 18:18:11 +04:00
checkout: 3.4,
2024-12-20 09:34:32 +01:00
plater: 3.4,
2024-11-26 18:18:11 +04:00
ccf: 1.2,
dw: 1.2,
2024-12-20 11:43:33 +01:00
fast: 1.2,
2024-11-26 18:18:11 +04:00
apm: 1.2,
standardCardFields: 1.2,
},
DE: {
fixedFee: {
EUR: 0.39,
2024-12-20 09:34:32 +01:00
USD: 0.49,
GBP: 0.29,
CAD: 0.59,
AUD: 0.59,
},
2024-11-26 18:18:11 +04:00
checkout: 2.99,
2024-12-20 09:34:32 +01:00
plater: 2.99,
2024-11-26 18:18:11 +04:00
ccf: 2.99,
dw: 2.99,
2024-12-20 11:43:33 +01:00
fast: 2.99,
2024-11-26 18:18:11 +04:00
apm: 2.99,
standardCardFields: 2.99,
},
ES: {
fixedFee: {
2024-12-20 09:34:32 +01:00
EUR: 0.35,
USD: 0.3,
GBP: 0.3,
CAD: 0.3,
AUD: 0.3,
},
2024-11-26 18:18:11 +04:00
checkout: 2.9,
2024-12-20 09:34:32 +01:00
plater: 2.9,
2024-11-26 18:18:11 +04:00
ccf: 1.2,
dw: 1.2,
2024-12-20 11:43:33 +01:00
fast: 1.2,
2024-11-26 18:18:11 +04:00
apm: 1.2,
standardCardFields: 1.2,
},
};