From 6e3a2640b40be4a8c78521603f6024adff8739e6 Mon Sep 17 00:00:00 2001 From: Andrew Angell Date: Sat, 6 Dec 2014 06:09:12 -0600 Subject: [PATCH] Adds PayPal Partner Code --- src/Travis/Paypal.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Travis/Paypal.php b/src/Travis/Paypal.php index 2a846ff..bbb0cc5 100644 --- a/src/Travis/Paypal.php +++ b/src/Travis/Paypal.php @@ -41,6 +41,7 @@ public static function __callStatic($method, $args) 'USER' => $credentials['username'], 'PWD' => $credentials['password'], 'SIGNATURE' => $credentials['signature'], + 'BUTTONSOURCE' => 'AngellEYE_SP_swt83_PHP', 'METHOD' => static::camelcase($method), );