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