Skip to content

Commit

Permalink
BAM-23 Added field to show tips in terminal (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
ioannis-kody authored Sep 10, 2024
1 parent e00e029 commit 4529469
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 @@ -29,6 +29,7 @@ message PayRequest {
string store_id = 1; // UUID of store
string amount = 2; // amount in BigDecimal/2.dp (0.00)
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;
Expand Down

0 comments on commit 4529469

Please sign in to comment.