Skip to content

Commit

Permalink
Rename field to align with kp-cards (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
ioannis-kody authored Nov 14, 2024
1 parent ab37d82 commit 351b043
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/proto/com/kodypay/grpc/pay/v1/pay.proto
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ message RefundResponse {
string order_id = 4;
google.protobuf.Timestamp date_created = 5;
string total_amount = 6;
string refund_amount = 7;
string total_amount_refunded = 7;
string remaining_amount = 8;
enum RefundStatus {
PENDING = 0;
Expand Down

0 comments on commit 351b043

Please sign in to comment.