Refactor: rename Price to Amount and update protobuf enums
This commit is contained in:
@@ -5,7 +5,7 @@ public class GetUserOrderResponseDto
|
||||
//شناسه
|
||||
public long Id { get; set; }
|
||||
//قیمت
|
||||
public long Price { get; set; }
|
||||
public long Amount { get; set; }
|
||||
//شناسه پکیج
|
||||
public long PackageId { get; set; }
|
||||
//شناسه تراکنش
|
||||
|
||||
Reference in New Issue
Block a user