diff --git a/modules/billing/admin.php b/modules/billing/admin.php index 95f77b76..e1022335 100644 --- a/modules/billing/admin.php +++ b/modules/billing/admin.php @@ -22,8 +22,9 @@ function h($s){ return htmlspecialchars((string)$s, ENT_QUOTES, 'UTF-8'); }

Welcome to the admin area. From here you can manage servers, payments, and site settings.

- Manage Servers & Services - Invoice History + Manage Servers & Services + Manage Invoices + Transaction Log Manage Coupons Edit Site Config XML Config Editor @@ -39,7 +40,7 @@ function h($s){ return htmlspecialchars((string)$s, ENT_QUOTES, 'UTF-8'); }

Sandbox account (testing)

-

Use PayPal sandbox credentials when testing payments. Set your sandbox client_id and client_secret in the runtime config that the payment handlers use (for this site those are in the respective files under _website/api/ or in a central config if you moved credentials).

+

Use PayPal sandbox credentials when testing payments. Set your sandbox client_id and client_secret in modules/billing/includes/config.inc.php (the $paypal_client_id and $paypal_client_secret variables). Set $paypal_sandbox = false for live payments.