Passed
Push — master ( 577299...39e184 )
by mahdi
02:37
created
src/Drivers/Paystar.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -95,7 +95,7 @@
 block discarded – undo
95 95
      */
96 96
     public function pay()
97 97
     {
98
-        $apiUrl =  $this->settings->apiPaymentUrl;
98
+        $apiUrl = $this->settings->apiPaymentUrl;
99 99
         $payUrl = $apiUrl.$this->invoice->getTransactionId();
100 100
 
101 101
         // redirect using laravel logic
Please login to merge, or discard this patch.