@faststore/api 2.1.33 → 2.1.36

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@faststore/api",
3
- "version": "2.1.33",
3
+ "version": "2.1.36",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.js",
6
6
  "typings": "dist/index.d.ts",
@@ -56,5 +56,5 @@
56
56
  "@envelop/core": "^1 || ^2",
57
57
  "graphql": "^15.6.0"
58
58
  },
59
- "gitHead": "0fae375451465b5d4cc7581d6656c61518bf9e10"
59
+ "gitHead": "2bb75febbcbdc8c114d3f0912db8502840851440"
60
60
  }
@@ -261,7 +261,7 @@ export const VtexCommerce = (
261
261
  }
262
262
  },
263
263
  getSessionOrder: (): Promise<Session> => {
264
- return fetchAPI(`${base}/api/sessions?items=checkout.orderFormId`, {
264
+ return fetchAPI(`${base}/api/sessions?items=public.orderFormId`, {
265
265
  method: 'GET',
266
266
  headers: {
267
267
  'content-type': 'application/json',