@salesgenterp/ui-components 0.4.306 → 0.4.307

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
@@ -10038,7 +10038,7 @@ var Step4 = function Step4(_ref) {
10038
10038
  colSpan: 1
10039
10039
  }, /*#__PURE__*/React__default.createElement("p", {
10040
10040
  className: "max sm"
10041
- }, "Total(", orderTotal === null || orderTotal === void 0 ? void 0 : orderTotal.totalCartQuantity, " items)")), /*#__PURE__*/React__default.createElement(StyledTableCell, {
10041
+ }, "Total(", orderTotal === null || orderTotal === void 0 ? void 0 : orderTotal.totalQuantity, " items)")), /*#__PURE__*/React__default.createElement(StyledTableCell, {
10042
10042
  align: "right"
10043
10043
  }, /*#__PURE__*/React__default.createElement("p", {
10044
10044
  className: "max sm price"
@@ -10460,7 +10460,7 @@ var CheckoutPageComponent = function CheckoutPageComponent(_ref) {
10460
10460
  };
10461
10461
  var taxAmount = 0;
10462
10462
  var _temp8 = function (_cartData$cartLineIte) {
10463
- if (shippingAddressId && (cartData === null || cartData === void 0 ? void 0 : (_cartData$cartLineIte = cartData.cartLineItemDtoList) === null || _cartData$cartLineIte === void 0 ? void 0 : _cartData$cartLineIte.length) > 0) {
10463
+ if (taxExempt && shippingAddressId && (cartData === null || cartData === void 0 ? void 0 : (_cartData$cartLineIte = cartData.cartLineItemDtoList) === null || _cartData$cartLineIte === void 0 ? void 0 : _cartData$cartLineIte.length) > 0) {
10464
10464
  return Promise.resolve(API$1({
10465
10465
  apiEndPoint: apiEndPoint,
10466
10466
  token: token,