Skip to content

Commit

Permalink
Merge pull request #11934 from transcom/B-18184-Remove-PersonallyProc…
Browse files Browse the repository at this point in the history
…uredMoves-Incentive-endpoint

B-18184 Removed PersonallyProcuredMoves Incentive endpoint, and handler method
  • Loading branch information
pambecker authored Feb 7, 2024
2 parents 56ac313 + a23acc0 commit f599109
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 f599109

Please sign in to comment.