Update payment status handling and add local config comment
This commit is contained in:
@@ -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; }
|
||||
//شناسه کاربر
|
||||
|
||||
Reference in New Issue
Block a user