@shopby/shop-sdk 1.16.0 → 1.16.1
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.
|
@@ -346,11 +346,11 @@ var display = function (httpRequest) { return ({
|
|
|
346
346
|
});
|
|
347
347
|
},
|
|
348
348
|
deleteSpaceUnmapping: function (request) {
|
|
349
|
-
var
|
|
349
|
+
var queryString = request.queryString;
|
|
350
350
|
return httpRequest({
|
|
351
351
|
method: 'DELETE',
|
|
352
352
|
url: '/space/unmapping',
|
|
353
|
-
|
|
353
|
+
queryString: queryString,
|
|
354
354
|
useAccessToken: true,
|
|
355
355
|
});
|
|
356
356
|
},
|