Make package_id optional in user order proto and command
This commit is contained in:
@@ -8,7 +8,7 @@ public record UpdateUserOrderCommand : IRequest<Unit>
|
||||
//قیمت
|
||||
public long Amount { get; init; }
|
||||
//شناسه پکیج
|
||||
public long PackageId { get; init; }
|
||||
public long? PackageId { get; init; }
|
||||
//شناسه تراکنش
|
||||
public long? TransactionId { get; init; }
|
||||
//وضعیت پرداخت
|
||||
|
||||
Reference in New Issue
Block a user