Update payment status to enum and refactor update order handler
This commit is contained in:
@@ -81,7 +81,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;
|
||||
bool payment_status = 5;
|
||||
google.protobuf.Timestamp payment_date = 6;
|
||||
|
||||
Reference in New Issue
Block a user