b2m-utils 0.0.254 → 0.0.255

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.
@@ -485,7 +485,7 @@ var calculateFee = function (ratecardLaneFee, cte, allFees, debug, allFeesForCal
485
485
  switch (fee_1.feeCalculationTypeId) {
486
486
  case FeeCalculationTypeEnum.TOTAL_PERCENTAGE:
487
487
  if (allFees && Array.isArray(allFees) && (allFees === null || allFees === void 0 ? void 0 : allFees.length) > 0) {
488
- var filteredFees = allFees.filter(function (i) { var _a; return ((_a = i.fee) === null || _a === void 0 ? void 0 : _a.feeCalculationTypeId) !== FeeCalculationTypeEnum.TOTAL_PERCENTAGE; });
488
+ var filteredFees = filterSiblingFees(allFees).filter(function (i) { var _a; return ((_a = i.fee) === null || _a === void 0 ? void 0 : _a.feeCalculationTypeId) !== FeeCalculationTypeEnum.TOTAL_PERCENTAGE; });
489
489
  var totalFromAllFees = filteredFees.map(function (it) {
490
490
  var result = calculateFee(it, cte, allFees, debug, allFeesForCalc);
491
491
  if (result === null || result === void 0 ? void 0 : result.totalToCalc) {
Binary file