mirror of
https://github.com/bitwarden/server
synced 2025-12-15 15:53:59 +00:00
Start subscription for provider during setup process. (#3957)
This commit is contained in:
@@ -19,5 +19,6 @@ public static class ServiceCollectionExtensions
|
||||
services.AddTransient<IAssignSeatsToClientOrganizationCommand, AssignSeatsToClientOrganizationCommand>();
|
||||
services.AddTransient<ICancelSubscriptionCommand, CancelSubscriptionCommand>();
|
||||
services.AddTransient<IRemovePaymentMethodCommand, RemovePaymentMethodCommand>();
|
||||
services.AddTransient<IStartSubscriptionCommand, StartSubscriptionCommand>();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user