Passed
Push — master ( a1a960...65457a )
by mahdi
02:43
created
src/Drivers/Shepa/Shepa.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -110,7 +110,7 @@  discard block
 block discarded – undo
110 110
      */
111 111
     public function pay(): RedirectionForm
112 112
     {
113
-        $payUrl = $this->getPaymentUrl() . $this->invoice->getTransactionId();
113
+        $payUrl = $this->getPaymentUrl().$this->invoice->getTransactionId();
114 114
 
115 115
         return $this->redirectWithForm($payUrl, [], 'GET');
116 116
     }
@@ -159,7 +159,7 @@  discard block
 block discarded – undo
159 159
         }
160 160
 
161 161
         $refId = $body['result']['refid'];
162
-        $receipt =  $this->createReceipt($refId);
162
+        $receipt = $this->createReceipt($refId);
163 163
 
164 164
         $receipt->detail([
165 165
             'refid' => $refId,
Please login to merge, or discard this patch.