Passed
Push — master ( ba8872...dbd6c1 )
by mahdi
05:07 queued 02:22
created
src/Drivers/Zarinpal/Strategies/Normal.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -121,7 +121,7 @@  discard block
 block discarded – undo
121 121
         $transactionId = $this->invoice->getTransactionId();
122 122
         $paymentUrl = $this->getPaymentUrl();
123 123
 
124
-        $payUrl = $paymentUrl . $transactionId;
124
+        $payUrl = $paymentUrl.$transactionId;
125 125
 
126 126
         return $this->redirectWithForm($payUrl, [], 'GET');
127 127
     }
@@ -163,7 +163,7 @@  discard block
 block discarded – undo
163 163
 
164 164
         $refId = $result['data']['ref_id'];
165 165
 
166
-        $receipt =  $this->createReceipt($refId);
166
+        $receipt = $this->createReceipt($refId);
167 167
         $receipt->detail([
168 168
             'code' => $result['data']['code'],
169 169
             'message' => $result['data']['message'] ?? null,
Please login to merge, or discard this patch.