mirror of
https://github.com/bitwarden/server
synced 2025-12-23 03:33:35 +00:00
[PM-15807]Move subscription to 'canceled' 7 days after unpaid (#5221)
* Changes to implement the cancel job Signed-off-by: Cy Okeke <cokeke@bitwarden.com> * Resolve the Dependency issues Signed-off-by: Cy Okeke <cokeke@bitwarden.com> * changes when open invoices is more than 10 Signed-off-by: Cy Okeke <cokeke@bitwarden.com> * Move the package reference to ore Signed-off-by: Cy Okeke <cokeke@bitwarden.com> --------- Signed-off-by: Cy Okeke <cokeke@bitwarden.com>
This commit is contained in:
@@ -32,5 +32,6 @@ public class JobsHostedService : BaseJobsHostedService
|
||||
public static void AddJobsServices(IServiceCollection services)
|
||||
{
|
||||
services.AddTransient<AliveJob>();
|
||||
services.AddTransient<SubscriptionCancellationJob>();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user