working on tpv issues

parent 24d5e770
Showing with 1 additions and 1 deletions
...@@ -115,7 +115,7 @@ module.exports = { ...@@ -115,7 +115,7 @@ module.exports = {
/** /**
* Notification of payment from RedSys * Notification of payment from RedSys
*/ */
notify: function(res, req) { notify: function(req, res) {
var params = res.allParams(); var params = res.allParams();
console.log("params: " + JSON.stringify(params)); console.log("params: " + JSON.stringify(params));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment