Skip to content

Commit

Permalink
Merge pull request #43 from w-h-a/price-on-order
Browse files Browse the repository at this point in the history
feat: add ticket price to order proto
  • Loading branch information
w-h-a committed Jul 9, 2024
2 parents e4a3425 + 7806e8a commit b5d5ccf
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 b5d5ccf

Please sign in to comment.