Просмотр исходного кода

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

Lee Morgan 5 лет назад
Родитель
Сommit
86a738c7fd
1 измененных файлов с 1 добавлено и 1 удалено
  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)=>{