Merge branch 'newmain'

This commit is contained in:
masoodafar-web
2025-11-12 02:27:26 +03:30
parent b27c765731
commit 4b8a1dc03c
4 changed files with 23 additions and 20 deletions

View File

@@ -100,7 +100,7 @@ message GetAllUserOrderByFilterFilter
google.protobuf.Int64Value price = 2;
google.protobuf.Int64Value package_id = 3;
google.protobuf.Int64Value transaction_id = 4;
google.protobuf.BoolValue payment_status = 5;
google.protobuf.Int32Value payment_status = 5;
google.protobuf.Timestamp payment_date = 6;
google.protobuf.Int64Value user_id = 7;
google.protobuf.Int64Value user_address_id = 8;
@@ -116,7 +116,7 @@ message GetAllUserOrderByFilterResponseModel
int64 price = 2;
int64 package_id = 3;
google.protobuf.Int64Value transaction_id = 4;
bool payment_status = 5;
int32 payment_status = 5;
google.protobuf.Timestamp payment_date = 6;
int64 user_id = 7;
int64 user_address_id = 8;