Make package_id optional in user order proto and command
This commit is contained in:
@@ -75,7 +75,7 @@ message UpdateUserOrderRequest
|
||||
{
|
||||
int64 id = 1;
|
||||
int64 amount = 2;
|
||||
int64 package_id = 3;
|
||||
google.protobuf.Int64Value package_id = 3;
|
||||
google.protobuf.Int64Value transaction_id = 4;
|
||||
oneof PaymentStatus_item
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user