Skip to content

Commit 2bacdb4

Browse files
committed
Add workspace to commerce api
1 parent e241a85 commit 2bacdb4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/api/src/platforms/vtex/clients/commerce

packages/api/src/platforms/vtex/clients/commerce/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ export const VtexCommerce = (
5656
{ account, environment, incrementAddress, subDomainPrefix }: Options,
5757
ctx: Context
5858
) => {
59-
const base = `https://${account}.${environment}.com.br`
59+
const base = `https://vtexisdev--${account}.${environment}.com.br`
6060
const storeCookies = getStoreCookie(ctx)
6161
const withCookie = getWithCookie(ctx)
6262
const withAutCookie = getWithAutCookie(ctx)

0 commit comments

Comments
 (0)