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

71 lines
2.4 KiB
JavaScript
Raw Normal View History

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:
'https://www.paypal.com/us/business/accept-payments/checkout/installments',
Venmo: 'https://www.paypal.com/us/enterprise/payment-processing/accept-venmo',
Crypto: 'https://www.paypal.com/us/digital-wallet/manage-money/crypto',
OptionalMethods:
'https://www.paypal.com/us/business/accept-payments/checkout/integration#expanded-checkout',
Fastlane:
'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:
'https://www.paypal.com/au/business/accept-payments/checkout/installments',
},
};