소스 검색

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)=>{