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.
package/build/index.js CHANGED
@@ -932,7 +932,7 @@ var calculateFee = function (ratecardLaneFee, cte, allFees, debug, allFeesForCal
932
932
  return {
933
933
  totalFee: +totalFee.toFixed(2),
934
934
  resultFee: resultFee,
935
- totalToCalc: totalToCalc === 0 ? totalToCalc : +totalFee.toFixed(2),
935
+ totalToCalc: +totalFee.toFixed(2),
936
936
  feeValue: ratecardLaneFee.value,
937
937
  fee: fee_1,
938
938
  };
package/build/index.js.gz CHANGED
Binary file