소스 검색

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