mirror of
https://github.com/bitwarden/server.git
synced 2026-04-30 16:19:46 -05:00
Make tax-related subscription updates schedule-aware during the ~15-day window between invoice.upcoming and renewal. When a subscription schedule is present and the feature flag is enabled, update default_settings.automatic_tax on the schedule instead of the subscription directly. Modified paths: - UpcomingInvoiceHandler: AlignOrganizationTaxConcernsAsync, AlignPremiumUsersTaxConcernsAsync, new shared EnableAutomaticTaxAsync helper - UpdateBillingAddressCommand: EnableAutomaticTaxAsync, added IFeatureService