Skip to content

Commit

Permalink
Merge pull request #114 from IZIVIA/fix/#108-CDR-module
Browse files Browse the repository at this point in the history
fix(cdr) #108: cdr module
  • Loading branch information
lilgallon authored Jun 28, 2024
2 parents c6994d6 + 3139425 commit cbfbdb5
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,7 @@ class CdrsCpoClient(
with(buildTransport()) {
send(
HttpRequest(
method = HttpMethod.PUT,
path = "/${cdr.id}",
method = HttpMethod.POST,
body = mapper.writeValueAsString(cdr)
).withRequiredHeaders(
requestId = generateRequestId(),
Expand Down

0 comments on commit cbfbdb5

Please sign in to comment.