wickes-css2 2.100.0 → 2.101.0-develop.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.
@@ -139,7 +139,7 @@ export function addDeliveryStock(e) {
139
139
 
140
140
  function addForDelivery(data) {
141
141
  Wick.BasketPage.showNotification(data);
142
- const statusCode = ['success', 'noStock', 'lowStock']
142
+ const statusCode = ['success', 'noStock', 'lowStock', 'maxOrderQuantityExceeded']
143
143
 
144
144
  if (statusCode.includes(data.statusCode)) {
145
145
  Wick.BasketPage.updateCart(true);
@@ -294,4 +294,4 @@ export function prettifyWisdomPostcode(e) {
294
294
  const postcode = targetPostcode.val();
295
295
  const prettifiedPostcode = transformPostcodeToCanonicalView(postcode);
296
296
  $(wisdomEl.postcodeInput).val(prettifiedPostcode);
297
- }
297
+ }