Skip to content

Commit

Permalink
Include totalAmount, saleAmount, tipsAmount in PayResponse (#26)
Browse files Browse the repository at this point in the history
* Include total_amount, sale_amount, tips_amount in PayResponse
  • Loading branch information
ioannis-kody authored Sep 10, 2024
1 parent 4529469 commit d44f8d3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main/proto/com/kodypay/grpc/pay/v1/pay.proto
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ message PayResponse {
google.protobuf.Timestamp date_created = 5;
optional string ext_payment_ref = 6;
google.protobuf.Timestamp date_paid = 7;
optional string total_amount = 8;
optional string sale_amount = 9;
optional string tips_amount = 10;
}
enum PaymentStatus {
PENDING = 0;
Expand Down

0 comments on commit d44f8d3

Please sign in to comment.