Skip to content

Commit 954f248

Browse files
authored
1 parent b27a0b1 commit 954f248

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk-client/src/main/java/org/domainrobot/sdk/client/clients/DomainCancelationClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ public DomainCancelation update(DomainCancelation body, Map<String, String> cust
7272
baseUrl + "/domain/" + body.getDomain() + "/cancelation", customHeaders);
7373
ResponseEntity<JsonResponseDataDomainCancelation> response = null;
7474
try {
75-
response = template.exchange(request, JsonResponseDataJsonNoData.class);
75+
response = template.exchange(request, JsonResponseDataDomainCancelation.class);
7676
} catch (HttpClientErrorException e) {
7777
handleException(e);
7878
}

0 commit comments

Comments
 (0)