Lee Morgan пре 5 година
родитељ
комит
ebb666259e
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      controllers/otherData.js

+ 1 - 0
controllers/otherData.js

@@ -59,6 +59,7 @@ module.exports = {
 
     //GET - Get access token from clover and  redirect to merchant creation
     cloverAuth: function(req, res){
+        console.log("running");
         let dataArr = req.url.slice(req.url.indexOf("?") + 1).split("&");
         let authorizationCode = "";
         let merchantId = "";