@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.
|
|
348
|
+
const response = yield this.graphqlMutationV2(mutations_1.CREATE_ORG_MUTATION, variables);
|
|
349
349
|
return response.createOrg;
|
|
350
350
|
}
|
|
351
351
|
catch (error) {
|