Skip to content

Commit

Permalink
removed definittion for /personally_procured_moves/incentive from int…
Browse files Browse the repository at this point in the history
…ernal.yaml API definition.

removed deprecated "personally procured move" incentive handler.
  • Loading branch information
joeydoyecaci committed Jan 11, 2024
1 parent 94870cd commit d846ee6
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 d846ee6

Please sign in to comment.