Completed
Push — master ( dc1e53...6b3098 )
by Carlos
02:46
created
src/Payment/Application.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -167,7 +167,7 @@
 block discarded – undo
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));
Please login to merge, or discard this patch.