Skip to content
This repository was archived by the owner on Jul 4, 2024. It is now read-only.

Commit 5508558

Browse files
committed
more bugs 🐛
1 parent 457ba83 commit 5508558

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/payment.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ router.post("/", cors(corsOptions), (req, res) => {
4343
) {
4444
var url = "";
4545
if (paytm_config.PAYTM_ENVIRONMENT == "PROD") {
46-
url = "https://securegw.paytm.in/order/process";
46+
url = "https://securegw-stage.paytm.in/theia/processTransaction";
4747
} else if (paytm_config.PAYTM_ENVIRONMENT == "TEST") {
4848
url = "https://securegw-stage.paytm.in/theia/processTransaction";
4949
}

0 commit comments

Comments
 (0)