Test Failed
Push — master ( 95f562...27c530 )
by
unknown
16:01 queued 10:38
created
src/Action/CaptureAction.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -98,7 +98,7 @@
 block discarded – undo
98 98
                 $model['iyzico_error_message'] = $payment['error_message'];
99 99
             } else {
100 100
                 $model['iyzico_status'] = IyzicoBridgeInterface::FAILED_STATUS;
101
-                $model['iyzico_error_message'] = isset(self::ERRORS[$mdStatus])?self::ERRORS[$mdStatus]:self::ERRORS[-1];
101
+                $model['iyzico_error_message'] = isset(self::ERRORS[$mdStatus]) ?self::ERRORS[$mdStatus] : self::ERRORS[-1];
102 102
             }
103 103
 
104 104
             return;
Please login to merge, or discard this patch.