Sfoglia il codice sorgente

Update clover redirecting

Lee Morgan 5 anni fa
parent
commit
ebb666259e
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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 = "";