Make package_id optional in user order proto and command

This commit is contained in:
masoodafar-web
2025-11-28 02:47:27 +03:30
parent 746c0b2542
commit 84f08f11e4
3 changed files with 3 additions and 3 deletions

View File

@@ -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; }
//وضعیت پرداخت