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.js CHANGED
@@ -937,7 +937,7 @@ var createEshopApi = (apiConfig) => {
937
937
  market: apiConfig.market,
938
938
  ...params
939
939
  };
940
- return apiConfig.httpClient.post(`/v1/payments/quote`, payload, options);
940
+ return apiConfig.httpClient.post(`/v1/orders/quote`, payload, options);
941
941
  },
942
942
  async checkout(params, options) {
943
943
  const payload = {