mirror of
https://github.com/bitwarden/server.git
synced 2025-07-07 10:55:43 -05: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