Passed
Pull Request — master (#176)
by
unknown
07:41
created
src/Drivers/Payfa/Payfa.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -105,7 +105,7 @@  discard block
 block discarded – undo
105 105
      */
106 106
     public function pay(): RedirectionForm
107 107
     {
108
-        $payUrl = $this->settings->apiPaymentUrl . $this->invoice->getTransactionId();
108
+        $payUrl = $this->settings->apiPaymentUrl.$this->invoice->getTransactionId();
109 109
 
110 110
         return $this->redirectWithForm($payUrl, [], 'GET');
111 111
     }
@@ -127,7 +127,7 @@  discard block
 block discarded – undo
127 127
 
128 128
         $response = $this->client->request(
129 129
             'POST',
130
-            $this->settings->apiVerificationUrl . $paymentId,
130
+            $this->settings->apiVerificationUrl.$paymentId,
131 131
             [
132 132
                 "http_errors" => false,
133 133
                 "headers" => [
Please login to merge, or discard this patch.