Skip to content

Commit

Permalink
feat: add ticket price to order proto
Browse files Browse the repository at this point in the history
  • Loading branch information
w-h-a committed Jul 9, 2024
1 parent e4a3425 commit 7806e8a
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 29 deletions.
68 changes: 39 additions & 29 deletions proto/order/order.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions proto/order/order.proto
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ message Order {
Status status = 2;
int64 expiry = 3;
string userId = 4;
string price = 5;
}

// create request/response
Expand Down

0 comments on commit 7806e8a

Please sign in to comment.