Merge branch 'newmain'
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user