This commit is contained in:
Damien Ostler 2024-02-22 21:41:25 -05:00
parent 80502aa2d6
commit eb12979506

View File

@ -35,7 +35,7 @@ public class RequestsController : Controller
}
[Route("PaymentWebhook")]
[HttpPost("PaymentWebhook")]
[HttpPost]
[AllowAnonymous]
public async Task<IActionResult> ProcessWebhookEvent()
{