mirror of
https://github.com/bitwarden/server.git
synced 2025-07-18 16:11:28 -05:00
[fix] Cancel unpaid subscriptions (#2017)
* [refactor] Create a static class for documenting handled stripe webhooks * [fix] Cancel unpaid subscriptions after 4 failed payments
This commit is contained in:
@ -54,7 +54,7 @@ namespace Bit.Billing.Controllers
|
||||
try
|
||||
{
|
||||
var json = JsonSerializer.Serialize(JsonSerializer.Deserialize<JsonDocument>(body), JsonHelpers.Indented);
|
||||
_logger.LogInformation(Constants.BypassFiltersEventId, "Apple IAP Notification:\n\n{0}", json);
|
||||
_logger.LogInformation(Bit.Core.Constants.BypassFiltersEventId, "Apple IAP Notification:\n\n{0}", json);
|
||||
return new OkResult();
|
||||
}
|
||||
catch (Exception e)
|
||||
|
Reference in New Issue
Block a user