Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@ public class TransactionResponse extends CommonResponse {
private String exactResponseCode;
@JsonProperty("gateway_message")
private String exactMessage;
@JsonProperty("correlation_id")
private String corrID;

@JsonProperty("split_tender_id")
private String splitTenderId;
Expand Down Expand Up @@ -259,16 +257,6 @@ public void setExactMessage(String exactMessage) {
this.exactMessage = exactMessage;
}


public String getCorrID() {
return corrID;
}


public void setCorrID(String corrID) {
this.corrID = corrID;
}

public String getSplitTenderId() {
return splitTenderId;
}
Expand Down