75767778798081
// haven't returned anything, nothing must have run if (!mustCalculate) { return order; } throw new TaxException("No eligible tax providers were configured."); }
111112113114115116117
} } if (!mustCalculate) { return order; } throw new TaxException("No eligible tax providers were configured."); }
145146147148149150151152
} } } } if (mustCalculate) { throw new TaxException("No eligible tax providers were configured."); } }