Skip to content

Commit

Permalink
ext_payment_ref -> psp_reference (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
ioannis-kody authored Dec 17, 2024
1 parent af20d4c commit afb4e92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/proto/com/kodypay/grpc/ecom/v1/ecom.proto
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ message PaymentDetailsResponse {

google.protobuf.Timestamp date_created = 7;
optional google.protobuf.Timestamp date_paid = 8;
optional string ext_payment_ref = 9;
optional string psp_reference = 9;

enum PaymentStatus {
PENDING = 0;
Expand Down

0 comments on commit afb4e92

Please sign in to comment.