Skip to content

Commit e785268

Browse files
authored
Rename fields (#84)
## **Associated JIRA tasks** Links to associated JIRAs for this project ## **What the change does.** Describe what the change is and what functionality it adds. ## **Does this change break backwards compatibility?.** SInce this is not being actively used yet, it does not break backwards compatibility
1 parent 506e70b commit e785268

File tree

1 file changed

+2
-2
lines changed
  • src/main/proto/com/kodypay/grpc/pay/v1

1 file changed

+2
-2
lines changed

src/main/proto/com/kodypay/grpc/pay/v1/pay.proto

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,9 +108,9 @@ message PayResponse {
108108

109109
message RefundDetails {
110110
string payment_id = 1;
111-
optional string psp_reference = 2; // Might not have a PSP yet reference if pending
111+
optional string refund_psp_reference = 2; // Might not have a PSP yet reference if pending
112112
string payment_transaction_id = 3;
113-
string total_paid_amount = 4;
113+
string refund_amount = 4;
114114
google.protobuf.Timestamp event_date = 5;
115115
optional string terminal_id = 6;
116116
}

0 commit comments

Comments
 (0)