Passed
Pull Request — master (#246)
by
unknown
02:55
created
src/Drivers/SnappPay/SnappPay.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -122,7 +122,7 @@
 block discarded – undo
122 122
 
123 123
         if ($response->getStatusCode() != 200 || $body['successful'] === false) {
124 124
             // error has happened
125
-            $message = $body['errorData']['message'] ??  'خطا در هنگام درخواست برای پرداخت رخ داده است.';
125
+            $message = $body['errorData']['message'] ?? 'خطا در هنگام درخواست برای پرداخت رخ داده است.';
126 126
             throw new PurchaseFailedException($message);
127 127
         }
128 128
 
Please login to merge, or discard this patch.