mirror of
https://github.com/bitwarden/server
synced 2025-12-17 08:43:27 +00:00
fix cancelled typo in areas
This commit is contained in:
@@ -193,9 +193,9 @@ namespace Bit.Core.Services
|
||||
throw new GatewayException("Subscription was not found.");
|
||||
}
|
||||
|
||||
if(sub.CanceledAt.HasValue || sub.Status == "cancelled")
|
||||
if(sub.CanceledAt.HasValue || sub.Status == "canceled" || sub.Status == "unpaid")
|
||||
{
|
||||
// Already cancelled
|
||||
// Already canceled
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user