Skip to content

Commit aa3678d

Browse files
deepthidoppalapudihmctsDeepthi Doppalapudi
andauthored
Civ 3405 (#25)
* ServiceRequestDTO json tag name corrected to hmctsOrgId Corrected json tag name * CIV-3405 Corrected json tag name Co-authored-by: Deepthi Doppalapudi <deepthi.doppalapudi@version1.com>
1 parent 180749a commit aa3678d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/uk/gov/hmcts/reform/payments/request/PBAServiceRequestDTO.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ public class PBAServiceRequestDTO {
2525
private String customerReference;
2626
@JsonProperty("idempotency_key")
2727
private String idempotencyKey;
28-
@JsonProperty("organisationName")
28+
@JsonProperty("organisation_name")
2929
private String organisationName;
3030
}

0 commit comments

Comments
 (0)