From aa628fb47a30a176ae15d3a96a647d4f835bcf92 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 9 Jul 2013 00:35:55 +0200 Subject: [PATCH] Fix help --- htdocs/paypal/admin/paypal.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/htdocs/paypal/admin/paypal.php b/htdocs/paypal/admin/paypal.php index efa3891cd18..e62301edf6b 100644 --- a/htdocs/paypal/admin/paypal.php +++ b/htdocs/paypal/admin/paypal.php @@ -241,9 +241,9 @@ $sandboxpaypalurl='developer.paypal.com'; print '
'; print 'Your API authentication information can be found with following steps. We recommend that you open a separate Web browser session when carrying out this procedure.
-1. Log in to your PayPal Premier or Business account (on real paypal '.$realpaypalurl.' (or sandbox '.$sandboxpaypalurl.').
-2. Click the Profile subtab located under the My Account heading.
-3. Click the API Access link under the Account Information header.
+1. Log in to your PayPal account (on real paypal '.$realpaypalurl.' (or sandbox '.$sandboxpaypalurl.').
+2. Click the "Profile" or "Preferencies" subtab located under the My Account heading.
+3. Click the link "API Access".
4. Click the View API Certificate link in the right column.
5. Click the Request API signature radio button on the Request API Credentials page.
6. Complete the Request API Credential Request form by clicking the agreement checkbox and clicking Submit.