Passed
Pull Request — master (#189)
by Hadi
08:15
created
src/Drivers/Asanpardakht/Asanpardakht.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -195,10 +195,10 @@
 block discarded – undo
195 195
     public function token(): array
196 196
     {
197 197
         if(strpos($this->settings->callbackUrl, '?') !== false) {
198
-		    $query = '&' . http_build_query(['invoice' => $this->invoice->getUuid()]);
199
-	    } else {
200
-		    $query = '?' . http_build_query(['invoice' => $this->invoice->getUuid()]);
201
-	    }
198
+            $query = '&' . http_build_query(['invoice' => $this->invoice->getUuid()]);
199
+        } else {
200
+            $query = '?' . http_build_query(['invoice' => $this->invoice->getUuid()]);
201
+        }
202 202
 
203 203
         return $this->callApi('POST', self::TokenURL, [
204 204
             'serviceTypeId' => 1,
Please login to merge, or discard this patch.