@@ -182,7 +182,7 @@ |
||
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 | } |