Skip to content
This repository has been archived by the owner on Nov 18, 2021. It is now read-only.
drewjoh edited this page Apr 13, 2011 · 1 revision

Sample create a class instance.

$config['api_username']  = API_USERNAME;
$config['api_password']  = API_PASSWORD;
$config['api_signature'] = API_SIGNATURE;

$paypal = new Paypal($config, true); // true = LIVE Server
Clone this wiki locally