@longvansoftware/storefront-js-client 3.8.4 → 3.8.5

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.
@@ -345,7 +345,7 @@ class AuthService extends serviceSDK_1.Service {
345
345
  groupTenantId,
346
346
  };
347
347
  try {
348
- const response = yield this.graphqlMutation(mutations_1.CREATE_ORG_MUTATION, variables);
348
+ const response = yield this.graphqlMutationV2(mutations_1.CREATE_ORG_MUTATION, variables);
349
349
  return response.createOrg;
350
350
  }
351
351
  catch (error) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@longvansoftware/storefront-js-client",
3
- "version": "3.8.4",
3
+ "version": "3.8.5",
4
4
  "main": "dist/src/index.js",
5
5
  "types": "dist/src/index.d.ts",
6
6
  "files": [