Forráskód Böngészése

Update clover redirecting

Lee Morgan 5 éve
szülő
commit
ebb666259e
1 módosított fájl, 1 hozzáadás és 0 törlés
  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 = "";