瀏覽代碼

Update clover redirecting

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 = "";