Skip to content

Commit

Permalink
[PPANTT-191] fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gioelemella committed Dec 4, 2024
1 parent ab5a1f1 commit 7a2df6d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion openapi/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
}
],
"post": {
"operationId": "buildMdbPaymentOption",
"operationId": "buildMbdPaymentOption",
"requestBody": {
"content": {
"application/json": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ public MbdGpsController(ModelMapper modelMapper) {
@Operation(
summary = "Build MBD payment option model",
security = {@SecurityRequirement(name = "ApiKey")})
public @Valid MbdPaymentOptionResponse buildMdbPaymentOption(
public @Valid MbdPaymentOptionResponse buildMbdPaymentOption(
@RequestBody @NotNull @Valid MbdPaymentOptionRequest mbdPaymentOptionRequest) {
return this.modelMapper.map(mbdPaymentOptionRequest, MbdPaymentOptionResponse.class);
}
Expand Down

0 comments on commit 7a2df6d

Please sign in to comment.