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 1b57d33 commit 3446603
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
26 changes: 13 additions & 13 deletions proto/payment/payment.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/payment/payment.proto
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ message Payment {

// create request/response
message CreateRequest {
string orderId = 1;
string orderKey = 1;
string token = 2;
}

Expand Down

0 comments on commit 3446603

Please sign in to comment.