Skip to content

Commit

Permalink
Sign commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ioannis-kody committed Oct 29, 2024
1 parent f749d78 commit 90dc969
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/proto/com/kodypay/grpc/pay/v1/pay.proto
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ message PayRequest {
string terminal_id = 3; // send the payment to this terminal serial number
optional bool show_tips = 4; // Show tips on the terminal
}

message PayResponse {
PaymentStatus status = 1;
optional string failure_reason = 2; // only populated on failure
Expand Down

0 comments on commit 90dc969

Please sign in to comment.