@@ -166,7 +166,7 @@ |
||
166 | 166 | return $this['config']->key; |
167 | 167 | } |
168 | 168 | |
169 | - $key = $this->inSandbox() ? $this['sandbox']->getKey() : $this['config']->key; |
|
169 | + $key = $this->inSandbox() ? $this['sandbox']->getKey() : $this['config']->key; |
|
170 | 170 | if (strlen($key) != 32) { |
171 | 171 | throw new InvalidArgumentException(sprintf("'%s' should be 32 chars length.", $key)); |
172 | 172 | } |