There was an error while loading. Please reload this page.
1 parent b707e13 commit 1b2528aCopy full SHA for 1b2528a
1 file changed
app/views/spree/admin/payment_methods/configuration_guides/_spree_paypal_checkout.html.erb
@@ -1,6 +1,7 @@
1
<div class="alert alert-info">
2
<p class="mb-0">
3
To find your <strong>Client ID</strong> and <strong>Client Secret</strong>, go to the
4
- <%= external_link_to 'PayPal dashboard', 'https://www.paypal.com/mep/merchantapps/setup/checkout/apicredentials', class: 'alert-link' %>
+ <%= external_link_to 'PayPal Developer Dashboard', 'https://developer.paypal.com/dashboard/', class: 'alert-link' %>.
5
+ For more information, see the <%= external_link_to 'PayPal REST API documentation', 'https://developer.paypal.com/api/rest/', class: 'alert-link' %>.
6
</p>
7
</div>
0 commit comments