Skip to content

Commit

Permalink
Update app.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Hibar3 authored May 22, 2018
1 parent ee33096 commit 60c1d58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Seamless_Integration/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ function MolPayObj(req,res){
mpscancelurl = "http://127.0.0.1:8080/cancelurl"; // Enter your cancel url here
mpsapiversion = "latest"; //**NOTE: For production use '3.17' / Sandbox use 'latest'

//The following response codes are used to display the above parameters in the console
//This is to ensure and check all the parameters are correct for testing purpose
//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
check = {
status,
mpsmerchantid,
Expand Down

0 comments on commit 60c1d58

Please sign in to comment.