Skip to content

Commit

Permalink
add appkey and token to md action (#298)
Browse files Browse the repository at this point in the history
* add appkey and token to md action

* pass headers to other client

* fix
  • Loading branch information
guitavano authored Jan 12, 2024
1 parent 07b90da commit 31b38e9
Show file tree
Hide file tree
Showing 2 changed files with 3,631 additions and 3,568 deletions.
1 change: 1 addition & 0 deletions vtex/mod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ export default function VTEX({
const vcsDeprecated = createHttpClient<VTEXCommerceStable>({
base: `https://${account}.vtexcommercestable.com.br`,
fetcher: fetchSafe,
headers: headers,
});
const io = createGraphqlClient({
endpoint:
Expand Down
Loading

0 comments on commit 31b38e9

Please sign in to comment.