Completed
Push — master ( 59324f...c985f8 )
by Kazi Mainuddin
12s
created
src/Verifiers/MoneyVerifier.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -35,7 +35,7 @@
 block discarded – undo
35 35
         // https://test.payumoney.com/payment/payment/chkMerchantTxnStatus
36 36
         $src = "https://{$this->prefix()}.payumoney.com/payment/payment/chkMerchantTxnStatus?";
37 37
 
38
-        return $src . http_build_query($this->fields());
38
+        return $src.http_build_query($this->fields());
39 39
     }
40 40
 
41 41
     /**
Please login to merge, or discard this patch.