Update payment status handling and add local config comment

This commit is contained in:
masoodafar-web
2025-11-27 23:24:56 +03:30
parent edd3fec5e3
commit 92d25f3b2c
3 changed files with 12 additions and 7 deletions

View File

@@ -18,8 +18,8 @@ public record GetAllUserOrderByFilterQuery : IRequest<GetAllUserOrderByFilterRes
public long? PackageId { get; set; }
//شناسه تراکنش
public long? TransactionId { get; set; }
//وضعیت پرداخت
public bool? PaymentStatus { get; set; }
//وضعیت پرداخت (کد enum PaymentStatus)
public int? PaymentStatus { get; set; }
//تاریخ پرداخت
public DateTime? PaymentDate { get; set; }
//شناسه کاربر