From 993cf35703f6e763fa9d393a535e5af1ced43df7 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 29 Oct 2010 23:00:45 +0000 Subject: [PATCH] Works on paypal module --- htdocs/paypal/admin/paypal.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/htdocs/paypal/admin/paypal.php b/htdocs/paypal/admin/paypal.php index a9d56a7bf85..e41b3f74aa3 100644 --- a/htdocs/paypal/admin/paypal.php +++ b/htdocs/paypal/admin/paypal.php @@ -163,9 +163,12 @@ print '

'; print ''.$langs->trans("InformationToFindParameters","Paypal").':
'; if ($conf->use_javascript_ajax) print ''.$langs->trans("ClickHere").'...'; +$realpaypalurl='www.paypal.com'; +$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.
+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.
4. Click the View API Certificate link in the right column.