@salesgenterp/ui-components 0.4.371 → 0.4.372

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
@@ -1736,7 +1736,8 @@ var getCartDiscountList = function getCartDiscountList(_ref5) {
1736
1736
  return Promise.resolve(API({
1737
1737
  apiEndPoint: apiEndPoint,
1738
1738
  token: token,
1739
- url: "/cartDiscount?storeId=2"
1739
+ url: "/cartDiscount?storeId=2",
1740
+ hideErrorMessage: true
1740
1741
  }));
1741
1742
  } catch (e) {
1742
1743
  return Promise.reject(e);