From 1f4e93292cb402affdf73117ac69d6f346b85351 Mon Sep 17 00:00:00 2001 From: Andrew Angell Date: Sat, 6 Dec 2014 05:05:18 -0600 Subject: [PATCH] Adds PayPal Partner Code --- phpPayPal.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/phpPayPal.php b/phpPayPal.php index 00779b5..9ba149f 100644 --- a/phpPayPal.php +++ b/phpPayPal.php @@ -31,6 +31,7 @@ class phpPayPal { public $API_USERNAME = null; public $API_PASSWORD = null; public $API_SIGNATURE = null; + public $BUTTONSOURCE = null; public $USE_PROXY = null; public $PROXY_HOST = null; @@ -942,6 +943,7 @@ function __construct($config, $sandbox = false) $this->API_USERNAME = $config['api_username']; $this->API_PASSWORD = $config['api_password']; $this->API_SIGNATURE = $config['api_signature']; + $this->BUTTONSOURCE = 'AngellEYE_SP_Drewjoh'; $this->USE_PROXY = $config['use_proxy']; $this->PROXY_HOST = $config['proxy_host'];