mirror of
https://github.com/bitwarden/server.git
synced 2025-06-30 15:42:48 -05:00
started charging sales tax on seat/storage upgrades and auto renewals (#1034)
* started charging sales tax on seat/storage upgrades and auto renewals * Code review fixes for auto-renewing subscriptions charging sales tax
This commit is contained in:
@ -25,6 +25,7 @@ namespace Bit.Core.Test.Services
|
||||
_appleIapService = Substitute.For<IAppleIapService>();
|
||||
_globalSettings = new GlobalSettings();
|
||||
_logger = Substitute.For<ILogger<StripePaymentService>>();
|
||||
_taxRateRepository = Substitute.For<ITaxRateRepository>();
|
||||
|
||||
_sut = new StripePaymentService(
|
||||
_transactionRepository,
|
||||
|
Reference in New Issue
Block a user