mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-07 19:54:15 +08:00
💬 Fix the fees for Expanded Checkout options
This commit is contained in:
parent
592e9cb50c
commit
5682cda79b
1 changed files with 3 additions and 3 deletions
|
@ -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,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue