Skip to content

Commit

Permalink
refactor: payment proto
Browse files Browse the repository at this point in the history
  • Loading branch information
w-h-a committed Jul 17, 2024
1 parent 926a297 commit 1b57d33
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 13 deletions.
31 changes: 20 additions & 11 deletions proto/payment/payment.pb.go

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

5 changes: 3 additions & 2 deletions proto/payment/payment.proto
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ option go_package = "github.com/w-h-a/pkg/proto/payment";

// domain
message Payment {
string paymentId = 2;
string orderId = 1;
string payment = 1;
string order = 2;
string userId = 3;
}

// create request/response
Expand Down

0 comments on commit 1b57d33

Please sign in to comment.