Passed
Pull Request — master (#144)
by
unknown
04:15
created
src/Drivers/Vandar/Vandar.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -90,7 +90,7 @@  discard block
 block discarded – undo
90 90
      */
91 91
     public function pay(): RedirectionForm
92 92
     {
93
-        $url = $this->settings->apiPaymentUrl . $this->invoice->getTransactionId();
93
+        $url = $this->settings->apiPaymentUrl.$this->invoice->getTransactionId();
94 94
 
95 95
         return $this->redirectWithForm($url, [], 'GET');
96 96
     }
@@ -110,7 +110,7 @@  discard block
 block discarded – undo
110 110
             'token' => $token
111 111
         ];
112 112
 
113
-        if ($paymentStatus == self::PAYMENT_STATUS_FAILED ) {
113
+        if ($paymentStatus == self::PAYMENT_STATUS_FAILED) {
114 114
             $this->notVerified('پرداخت با شکست مواجه شد.');
115 115
         }
116 116
 
Please login to merge, or discard this patch.