mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +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,
|
||||
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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue