Ver Fonte

Remove all refrences to old square data that is no longer used.
I hope...

Lee Morgan há 5 anos atrás
pai
commit
86a738c7fd
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      controllers/helper.js

+ 1 - 1
controllers/helper.js

@@ -32,7 +32,7 @@ module.exports = {
             }
         }, {
             headers: {
-                Authorization: `Bearer ${merchant.posAccessToken}`
+                Authorization: `Bearer ${merchant.square.accessToken}`
             }
         })
             .then((response)=>{