From 24cea4a30963be5d45c0c3624873bf8e9a901bbf Mon Sep 17 00:00:00 2001 From: Emili Castells Guasch Date: Fri, 24 Jan 2025 17:35:59 +0100 Subject: [PATCH] Add urls from trunk --- .../Settings/Components/Overview/Features.js | 30 ++++--------------- 1 file changed, 6 insertions(+), 24 deletions(-) diff --git a/modules/ppcp-settings/resources/js/Components/Screens/Settings/Components/Overview/Features.js b/modules/ppcp-settings/resources/js/Components/Screens/Settings/Components/Overview/Features.js index c7a8d63e7..36dc2e110 100644 --- a/modules/ppcp-settings/resources/js/Components/Screens/Settings/Components/Overview/Features.js +++ b/modules/ppcp-settings/resources/js/Components/Screens/Settings/Components/Overview/Features.js @@ -95,10 +95,7 @@ const Features = { { type: 'tertiary', text: __( 'Learn more', 'woocommerce-paypal-payments' ), - urls: { - sandbox: '#', - live: '#', - }, + url: 'https://developer.paypal.com/studio/checkout/advanced', class: 'small-button', }, ], @@ -129,20 +126,14 @@ const Features = { { type: 'secondary', text: __( 'Apply', 'woocommerce-paypal-payments' ), - urls: { - sandbox: '#', - live: '#', - }, + url: 'https://developer.paypal.com/docs/checkout/apm/', showWhen: 'disabled', class: 'small-button', }, { type: 'tertiary', text: __( 'Learn more', 'woocommerce-paypal-payments' ), - urls: { - sandbox: '#', - live: '#', - }, + url: 'https://developer.paypal.com/docs/checkout/apm/', class: 'small-button', }, ], @@ -183,10 +174,7 @@ const Features = { { type: 'tertiary', text: __( 'Learn more', 'woocommerce-paypal-payments' ), - urls: { - sandbox: '#', - live: '#', - }, + url: 'https://developer.paypal.com/docs/checkout/apm/google-pay/', class: 'small-button', }, ], @@ -247,10 +235,7 @@ const Features = { { type: 'tertiary', text: __( 'Learn more', 'woocommerce-paypal-payments' ), - urls: { - sandbox: '#', - live: '#', - }, + url: 'https://developer.paypal.com/docs/checkout/apm/apple-pay/', class: 'small-button', }, ], @@ -290,10 +275,7 @@ const Features = { { type: 'tertiary', text: __( 'Learn more', 'woocommerce-paypal-payments' ), - urls: { - sandbox: '#', - live: '#', - }, + url: 'https://developer.paypal.com/studio/checkout/pay-later/us', class: 'small-button', }, ],