fix: resolve stale dependent selections after booking family insurance
This commit is contained in:
@@ -36,8 +36,6 @@ class BookingPriceCalculatorTest extends TestCase
|
||||
$this->pricingAssembler = new BookingPricingAssembler(
|
||||
$this->roomPricingCalculator,
|
||||
$eligibilityChecker,
|
||||
new InsuranceManager(),
|
||||
$this->participantPricingCalculator,
|
||||
);
|
||||
|
||||
$this->service = new BookingPriceCalculator(
|
||||
|
||||
Reference in New Issue
Block a user