Skip to content

Commit

Permalink
Update app.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Hibar3 authored Jun 27, 2018
1 parent fd0a8d3 commit f293e9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Seamless_Integration/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f293e9b

Please sign in to comment.