mirror of
https://github.com/bitwarden/server
synced 2026-01-07 11:03:37 +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