Skip to content

Commit

Permalink
Removed PersonallyProcuredMoves Incentive endpoint, and handler method
Browse files Browse the repository at this point in the history
  • Loading branch information
joeydoyecaci committed Feb 6, 2024
1 parent d04d85a commit 1c6c5a4
Show file tree
Hide file tree
Showing 11 changed files with 0 additions and 992 deletions.
5 changes: 0 additions & 5 deletions pkg/gen/internalapi/configure_mymove.go
Original file line number Diff line number Diff line change
Expand Up @@ -307,11 +307,6 @@ func configureAPI(api *internaloperations.MymoveAPI) http.Handler {
return middleware.NotImplemented("operation ppm.ShowPPMEstimate has not yet been implemented")
})
}
if api.PpmShowPPMIncentiveHandler == nil {
api.PpmShowPPMIncentiveHandler = ppm.ShowPPMIncentiveHandlerFunc(func(params ppm.ShowPPMIncentiveParams) middleware.Responder {
return middleware.NotImplemented("operation ppm.ShowPPMIncentive has not yet been implemented")
})
}
if api.PpmShowPPMSitEstimateHandler == nil {
api.PpmShowPPMSitEstimateHandler = ppm.ShowPPMSitEstimateHandlerFunc(func(params ppm.ShowPPMSitEstimateParams) middleware.Responder {
return middleware.NotImplemented("operation ppm.ShowPPMSitEstimate has not yet been implemented")
Expand Down
142 changes: 0 additions & 142 deletions pkg/gen/internalapi/embedded_spec.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 0 additions & 12 deletions pkg/gen/internalapi/internaloperations/mymove_api.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

58 changes: 0 additions & 58 deletions pkg/gen/internalapi/internaloperations/ppm/show_p_p_m_incentive.go

This file was deleted.

Loading

0 comments on commit 1c6c5a4

Please sign in to comment.