b2m-utils 0.0.267 → 0.0.268

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.
@@ -928,7 +928,7 @@ var calculateFee = function (ratecardLaneFee, cte, allFees, debug, allFeesForCal
928
928
  return {
929
929
  totalFee: +totalFee.toFixed(2),
930
930
  resultFee: resultFee,
931
- totalToCalc: totalToCalc === 0 ? totalToCalc : +totalFee.toFixed(2),
931
+ totalToCalc: +totalFee.toFixed(2),
932
932
  feeValue: ratecardLaneFee.value,
933
933
  fee: fee_1,
934
934
  };
Binary file