fix: rename cancellationToken to ct in ProcessReturnAsync call
Build and Deploy to Kubernetes / build-and-deploy (push) Successful in 9m21s

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
masoodafar-web
2026-05-17 22:38:40 +03:30
parent 4d7932f335
commit cdd124ac25
@@ -100,7 +100,7 @@ public class CancelOrderByAdminCommandHandler : IRequestHandler<CancelOrderByAdm
item.ProductId, ProductType.RegularProduct,
item.Count, order.Id,
note: $"برگشت موجودی — لغو سفارش #{order.Id} توسط Admin",
cancellationToken: cancellationToken);
ct: cancellationToken);
if (!restored)
{