From b2bf7e4ef7df74c827a6c3138bb6a08b683fbfcf Mon Sep 17 00:00:00 2001 From: japatel Date: Thu, 29 Jan 2015 11:06:31 -0600 Subject: [PATCH] Fixes to Cipher Code - Fixes #230 bug --- lib/PayPal/Security/Cipher.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/PayPal/Security/Cipher.php b/lib/PayPal/Security/Cipher.php index 3168ff0..3b7b5a8 100644 --- a/lib/PayPal/Security/Cipher.php +++ b/lib/PayPal/Security/Cipher.php @@ -20,7 +20,7 @@ class Cipher function __construct($secretKey) { - $this->$secretKey = $secretKey; + $this->secretKey = $secretKey; } /**