mirror of
https://github.com/bitwarden/server.git
synced 2025-07-18 16:11:28 -05:00
apple webhook key
This commit is contained in:
@ -51,7 +51,7 @@ namespace Bit.Billing.Controllers
|
||||
|
||||
var key = HttpContext.Request.Query.ContainsKey("key") ?
|
||||
HttpContext.Request.Query["key"].ToString() : null;
|
||||
if(key != _billingSettings.PayPal.WebhookKey)
|
||||
if(key != _billingSettings.AppleWebhookKey)
|
||||
{
|
||||
return new BadRequestResult();
|
||||
}
|
||||
|
Reference in New Issue
Block a user