foodbot-cart-calculations 1.0.25 → 1.0.26

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.
@@ -767,8 +767,6 @@ function addItemQuantity(items, offer) {
767
767
  });
768
768
  }
769
769
  }
770
- } else {
771
- count++;
772
770
  }
773
771
  count++;
774
772
  if (count == items.length) {
package/index.js CHANGED
@@ -364,6 +364,4 @@ async function calculateTax(inputJSON) {
364
364
  // console.log(err)
365
365
  // })
366
366
 
367
- module.exports = { calculateTax }
368
-
369
-
367
+ module.exports = { calculateTax }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "foodbot-cart-calculations",
3
- "version": "1.0.25",
3
+ "version": "1.0.26",
4
4
  "description": "Package for cart calculations in which it performs discount distribution and tax distribution on order",
5
5
  "main": "index.js",
6
6
  "scripts": {