feat: Add ClearCart command and response, implement CancelOrder command with validation, and enhance DeliveryStatus and User models
This commit is contained in:
@@ -25,8 +25,13 @@ public enum CommissionPayoutStatus
|
||||
/// </summary>
|
||||
Withdrawn = 3,
|
||||
|
||||
/// <summary>
|
||||
/// خطا در پرداخت بانکی
|
||||
/// </summary>
|
||||
PaymentFailed = 4,
|
||||
|
||||
/// <summary>
|
||||
/// لغو شده
|
||||
/// </summary>
|
||||
Cancelled = 4
|
||||
Cancelled = 5
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user