b2m-utils 0.0.190 → 0.0.191

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.
@@ -407,7 +407,7 @@ var calculateFee = function (ratecardLaneFee, cte, allFees, debug, allFeesForCal
407
407
  else {
408
408
  return 0;
409
409
  }
410
- });
410
+ }, 0);
411
411
  if (totalValueFromAllFees && !isNaN(+totalValueFromAllFees)) {
412
412
  var valueToMultiply = (1 - value);
413
413
  var total_1 = +totalValueFromAllFees * (valueToMultiply / 100);
Binary file