Passed
Push — master ( 65457a...6731a2 )
by mahdi
05:26 queued 02:33
created
src/Drivers/IranDargah/IranDargah.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -106,7 +106,7 @@  discard block
 block discarded – undo
106 106
      */
107 107
     public function pay(): RedirectionForm
108 108
     {
109
-        $payUrl = $this->getPaymentUrl() . $this->invoice->getTransactionId();
109
+        $payUrl = $this->getPaymentUrl().$this->invoice->getTransactionId();
110 110
 
111 111
         return $this->redirectWithForm($payUrl, [], 'GET');
112 112
     }
@@ -152,7 +152,7 @@  discard block
 block discarded – undo
152 152
         }
153 153
 
154 154
         $refId = $body['refId'];
155
-        $receipt =  $this->createReceipt($refId);
155
+        $receipt = $this->createReceipt($refId);
156 156
 
157 157
         $receipt->detail([
158 158
             'message' => $body['message'],
Please login to merge, or discard this patch.