From f387d0c535e9761a40dc665928d7f6106dc492f9 Mon Sep 17 00:00:00 2001 From: mahan Date: Wed, 24 Sep 2025 15:38:47 +0330 Subject: [PATCH] fix create pay bug --- ServiceHost/Areas/Client/Controllers/FinancialController.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/ServiceHost/Areas/Client/Controllers/FinancialController.cs b/ServiceHost/Areas/Client/Controllers/FinancialController.cs index d45266f8..cdae7c2d 100644 --- a/ServiceHost/Areas/Client/Controllers/FinancialController.cs +++ b/ServiceHost/Areas/Client/Controllers/FinancialController.cs @@ -52,6 +52,7 @@ public class FinancialController : ClientBaseController /// /// [HttpPost("CreatePay")] + [AllowAnonymous] public async Task>> CreatePay([FromForm] CreateFinancialPayRequest request, CancellationToken cancellationToken) { var op = new OperationResult();