arky-sdk 0.3.104 → 0.3.105
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/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -939,7 +939,7 @@ var createEshopApi = (apiConfig) => {
|
|
|
939
939
|
market: apiConfig.market,
|
|
940
940
|
...params
|
|
941
941
|
};
|
|
942
|
-
return apiConfig.httpClient.post(`/v1/
|
|
942
|
+
return apiConfig.httpClient.post(`/v1/orders/quote`, payload, options);
|
|
943
943
|
},
|
|
944
944
|
async checkout(params, options) {
|
|
945
945
|
const payload = {
|