diff --git a/LittleShop/Controllers/OrdersController.cs b/LittleShop/Controllers/OrdersController.cs index cf0c440..c9dc969 100644 --- a/LittleShop/Controllers/OrdersController.cs +++ b/LittleShop/Controllers/OrdersController.cs @@ -171,6 +171,7 @@ public class OrdersController : ControllerBase // Webhook endpoint for BTCPay Server [HttpPost("payments/webhook")] + [AllowAnonymous] public async Task PaymentWebhook([FromBody] PaymentWebhookDto webhookDto) { var success = await _cryptoPaymentService.ProcessPaymentWebhookAsync(