@@ -35,7 +35,7 @@ |
||
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 | /** |