mirror of
https://github.com/bitwarden/server.git
synced 2025-07-19 00:21:35 -05:00
WIP (#5210)
This commit is contained in:
@ -360,7 +360,7 @@ public class OrganizationBillingService(
|
||||
{
|
||||
AutomaticTax = new SubscriptionAutomaticTaxOptions
|
||||
{
|
||||
Enabled = customer.Tax?.AutomaticTax == StripeConstants.AutomaticTaxStatus.Supported
|
||||
Enabled = true
|
||||
},
|
||||
CollectionMethod = StripeConstants.CollectionMethod.ChargeAutomatically,
|
||||
Customer = customer.Id,
|
||||
|
Reference in New Issue
Block a user