瀏覽代碼

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

Lee Morgan 5 年之前
父節點
當前提交
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)=>{