From f293e9bc6c44044dd3278b8c92428be8d9474a84 Mon Sep 17 00:00:00 2001 From: Hibari Khoo <37998538+Hibar3@users.noreply.github.com> Date: Wed, 27 Jun 2018 16:02:18 +0800 Subject: [PATCH] Update app.js --- Seamless_Integration/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Seamless_Integration/app.js b/Seamless_Integration/app.js index 8c63c54..6b92373 100644 --- a/Seamless_Integration/app.js +++ b/Seamless_Integration/app.js @@ -94,7 +94,7 @@ function MolPayObj(req,res){ mpstimerbox = "#counter"; mpsreturnurl = "http://127.0.0.1:8080/returnurl"; // Enter your return url here mpscancelurl = "http://127.0.0.1:8080/cancelurl"; // Enter your cancel url here - mpsapiversion = "latest"; //**NOTE: For production use '3.17' / Sandbox use 'latest' + mpsapiversion = "3.16"; //**NOTE: For production use '3.17' / Sandbox use '3.16' //The following response codes are used to parse the above parameters to the '/returnurl' //This can also be displayed in the console to ensure and check all the parameters are correct for testing purpose