Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
evertonvargasvtex committed Oct 25, 2024
1 parent 180d1b1 commit 59947e0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/api/src/platforms/vtex/clients/search/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ export const IntelligentSearch = (
const base = `https://${account}.${environment}.com.br/api/io`
const storeCookies = getStoreCookie(ctx)

console.log("ctx", ctx)
console.log("storeCookies", storeCookies)

const getPolicyFacet = (): IStoreSelectedFacet | null => {
const { salesChannel } = ctx.storage.channel

Expand Down

0 comments on commit 59947e0

Please sign in to comment.