Passed
Pull Request — master (#600)
by
unknown
09:40
created
Controller/Transactionstatus/Index.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -182,7 +182,7 @@
 block discarded – undo
182 182
             return 'Appointed status has to be handled first!';
183 183
         }
184 184
 
185
-        $lockKey = 'payone_order_status_lock_' . $oOrder->getId();
185
+        $lockKey = 'payone_order_status_lock_'.$oOrder->getId();
186 186
         if ($this->cache->load($lockKey)) {
187 187
             return 'Another status is being handled at the moment.';
188 188
         }
Please login to merge, or discard this patch.