Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(cdr) #108: cdr module #114

Merged
merged 2 commits into from
Jun 28, 2024
Merged

fix(cdr) #108: cdr module #114

merged 2 commits into from
Jun 28, 2024

Conversation

pbourseau
Copy link
Contributor

No description provided.

@pbourseau pbourseau added bug Something isn't working module: cdr labels Jun 25, 2024
@pbourseau pbourseau requested a review from lilgallon June 25, 2024 09:10
@@ -35,7 +35,7 @@ class CdrsEmspServer(

transportServer.handle(
method = HttpMethod.POST,
path = basePathSegments
path = basePathSegments + listOf(VariablePathSegment("cdrId"))
) { req ->
req.httpResponse {
service
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

.postCdr(...) should have cdrId in its params (even if it is already included in Cdr object)

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
service
path = basePathSegments

was correct

@lilgallon lilgallon changed the title Fix/#108 cdr module fix(cdr): #108 cdr module Jun 27, 2024
@lilgallon lilgallon changed the title fix(cdr): #108 cdr module fix(cdr) #108: cdr module Jun 27, 2024
@@ -35,7 +35,7 @@ class CdrsEmspServer(

transportServer.handle(
method = HttpMethod.POST,
path = basePathSegments
path = basePathSegments + listOf(VariablePathSegment("cdrId"))
) { req ->
req.httpResponse {
service
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
service
path = basePathSegments

was correct

@lilgallon lilgallon merged commit cbfbdb5 into main Jun 28, 2024
1 check failed
Copy link

sonarcloud bot commented Jun 28, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working module: cdr
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants