mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
✨ Add the missing “business-fees” URLs
This commit is contained in:
parent
45051bb9f4
commit
efba2f13fa
1 changed files with 16 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
|||
export const learnMoreLinks = {
|
||||
US: {
|
||||
PaymentDetails:
|
||||
'https://www.paypal.com/us/business/paypal-business-fees',
|
||||
PayPalCheckout:
|
||||
'https://www.paypal.com/us/business/accept-payments/checkout',
|
||||
PayLater:
|
||||
|
@ -12,40 +14,54 @@ export const learnMoreLinks = {
|
|||
'https://www.paypal.com/us/enterprise/payment-processing/guest-checkout',
|
||||
},
|
||||
CA: {
|
||||
PaymentDetails:
|
||||
'https://www.paypal.com/ca/business/paypal-business-fees',
|
||||
PayPalCheckout:
|
||||
'https://www.paypal.com/ca/business/accept-payments/checkout',
|
||||
},
|
||||
GB: {
|
||||
PaymentDetails:
|
||||
'https://www.paypal.com/uk/business/paypal-business-fees',
|
||||
PayPalCheckout:
|
||||
'https://www.paypal.com/uk/business/accept-payments/checkout',
|
||||
PayLater:
|
||||
'https://www.paypal.com/uk/business/accept-payments/checkout/installments',
|
||||
},
|
||||
FR: {
|
||||
PaymentDetails:
|
||||
'https://www.paypal.com/fr/business/paypal-business-fees',
|
||||
PayPalCheckout:
|
||||
'https://www.paypal.com/fr/business/accept-payments/checkout',
|
||||
PayLater:
|
||||
'https://www.paypal.com/fr/business/accept-payments/checkout/installments',
|
||||
},
|
||||
ES: {
|
||||
PaymentDetails:
|
||||
'https://www.paypal.com/es/business/paypal-business-fees',
|
||||
PayPalCheckout:
|
||||
'https://www.paypal.com/es/business/accept-payments/checkout',
|
||||
PayLater:
|
||||
'https://www.paypal.com/es/business/accept-payments/checkout/installments',
|
||||
},
|
||||
IT: {
|
||||
PaymentDetails:
|
||||
'https://www.paypal.com/it/business/paypal-business-fees',
|
||||
PayPalCheckout:
|
||||
'https://www.paypal.com/it/business/accept-payments/checkout',
|
||||
PayLater:
|
||||
'https://www.paypal.com/it/business/accept-payments/checkout/installments',
|
||||
},
|
||||
DE: {
|
||||
PaymentDetails:
|
||||
'https://www.paypal.com/de/business/paypal-business-fees',
|
||||
PayPalCheckout:
|
||||
'https://www.paypal.com/de/business/accept-payments/checkout',
|
||||
PayLater:
|
||||
'https://www.paypal.com/de/business/accept-payments/checkout/installments',
|
||||
},
|
||||
AU: {
|
||||
PaymentDetails:
|
||||
'https://www.paypal.com/au/business/paypal-business-fees',
|
||||
PayPalCheckout:
|
||||
'https://www.paypal.com/au/business/accept-payments/checkout',
|
||||
PayLater:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue