mirror of
https://github.com/bitwarden/server
synced 2025-12-21 02:33:30 +00:00
[PM-26692] Count unverified setup intent as payment method during organization subscription creation (#6433)
* Updated check that determines whether org has payment method to include bank account when determining how to set trial_settings * Run dotnet format
This commit is contained in:
@@ -19,5 +19,6 @@ public static class Registrations
|
||||
services.AddTransient<IGetBillingAddressQuery, GetBillingAddressQuery>();
|
||||
services.AddTransient<IGetCreditQuery, GetCreditQuery>();
|
||||
services.AddTransient<IGetPaymentMethodQuery, GetPaymentMethodQuery>();
|
||||
services.AddTransient<IHasPaymentMethodQuery, HasPaymentMethodQuery>();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user