mirror of
https://github.com/bitwarden/server
synced 2025-12-17 00:33:23 +00:00
IHttpContextAccessor registration missing
This commit is contained in:
@@ -33,7 +33,7 @@ namespace Bit.Billing.Controllers
|
||||
return new BadRequestResult();
|
||||
}
|
||||
|
||||
var parsedEvent = StripeEventUtility.ParseEventDataItem<StripeEvent>(body) as StripeEvent;
|
||||
var parsedEvent = StripeEventUtility.ParseEventDataItem<StripeEvent>(body);
|
||||
if(string.IsNullOrWhiteSpace(parsedEvent?.Id))
|
||||
{
|
||||
return new BadRequestResult();
|
||||
|
||||
Reference in New Issue
Block a user