Passed
Pull Request — master (#119)
by Rasoul
02:35
created
src/Drivers/Sadad/Sadad.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -114,7 +114,7 @@
 block discarded – undo
114 114
     public function pay() : RedirectionForm
115 115
     {
116 116
         $token = $this->invoice->getTransactionId();
117
-         $payUrl = $this->getPurchaseUrl();
117
+            $payUrl = $this->getPurchaseUrl();
118 118
 
119 119
         return $this->redirectWithForm($payUrl, ['Token' => $token], 'GET');
120 120
     }
Please login to merge, or discard this patch.