Skip to content

Commit

Permalink
fix: change order complete status to 3
Browse files Browse the repository at this point in the history
  • Loading branch information
w-h-a committed Jul 8, 2024
1 parent d1cecd6 commit 69aba72
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions proto/order/order.pb.go

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

2 changes: 1 addition & 1 deletion proto/order/order.proto
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ option go_package = "github.com/w-h-a/pkg/proto/order";
enum Status {
// order created but ticket is not reserved
CREATED = 0;
// the order fails to reserve the ticket or the user cancelled the order
// the order fails to reserve the ticket, the user cancelled the order, or the order expired
CANCELLED = 1;
// order is awaiting payment and has reserved the ticket
AWAITING_PAYMENT = 2;
Expand Down

0 comments on commit 69aba72

Please sign in to comment.