Lee Morgan 5 лет назад
Родитель
Сommit
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 = "";