Merge branch 'newmain'
This commit is contained in:
@@ -52,7 +52,7 @@ service UserOrderContract
|
||||
}
|
||||
message CreateNewUserOrderRequest
|
||||
{
|
||||
int64 price = 1;
|
||||
int64 amount = 1;
|
||||
int64 package_id = 2;
|
||||
google.protobuf.Int64Value transaction_id = 3;
|
||||
oneof PaymentStatus_item
|
||||
@@ -74,7 +74,7 @@ message CreateNewUserOrderResponse
|
||||
message UpdateUserOrderRequest
|
||||
{
|
||||
int64 id = 1;
|
||||
int64 price = 2;
|
||||
int64 amount = 2;
|
||||
int64 package_id = 3;
|
||||
google.protobuf.Int64Value transaction_id = 4;
|
||||
oneof PaymentStatus_item
|
||||
@@ -100,7 +100,7 @@ message GetUserOrderRequest
|
||||
message GetUserOrderResponse
|
||||
{
|
||||
int64 id = 1;
|
||||
int64 price = 2;
|
||||
int64 amount = 2;
|
||||
int64 package_id = 3;
|
||||
google.protobuf.Int64Value transaction_id = 4;
|
||||
oneof PaymentStatus_item
|
||||
@@ -126,7 +126,7 @@ message GetAllUserOrderByFilterRequest
|
||||
message GetAllUserOrderByFilterFilter
|
||||
{
|
||||
google.protobuf.Int64Value id = 1;
|
||||
google.protobuf.Int64Value price = 2;
|
||||
google.protobuf.Int64Value amount = 2;
|
||||
google.protobuf.Int64Value package_id = 3;
|
||||
google.protobuf.Int64Value transaction_id = 4;
|
||||
oneof PaymentStatus_item
|
||||
@@ -149,7 +149,7 @@ message GetAllUserOrderByFilterResponse
|
||||
message GetAllUserOrderByFilterResponseModel
|
||||
{
|
||||
int64 id = 1;
|
||||
int64 price = 2;
|
||||
int64 amount = 2;
|
||||
int64 package_id = 3;
|
||||
google.protobuf.Int64Value transaction_id = 4;
|
||||
oneof PaymentStatus_item
|
||||
|
||||
Reference in New Issue
Block a user