Skip to content

Commit

Permalink
Merge branch 'integrationTesting' into B-20653-Mobile-Home-Shipment-Card
Browse files Browse the repository at this point in the history
  • Loading branch information
KonstanceH authored Sep 10, 2024
2 parents 0a84ee8 + 6ca985a commit 2258a2f
Show file tree
Hide file tree
Showing 21 changed files with 945 additions and 13 deletions.
5 changes: 5 additions & 0 deletions pkg/gen/ghcapi/configure_mymove.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,11 @@ func configureAPI(api *ghcoperations.MymoveAPI) http.Handler {
return middleware.NotImplemented("operation report_violations.AssociateReportViolations has not yet been implemented")
})
}
if api.PaymentRequestsBulkDownloadHandler == nil {
api.PaymentRequestsBulkDownloadHandler = payment_requests.BulkDownloadHandlerFunc(func(params payment_requests.BulkDownloadParams) middleware.Responder {
return middleware.NotImplemented("operation payment_requests.BulkDownload has not yet been implemented")
})
}
if api.OrderCounselingUpdateAllowanceHandler == nil {
api.OrderCounselingUpdateAllowanceHandler = order.CounselingUpdateAllowanceHandlerFunc(func(params order.CounselingUpdateAllowanceParams) middleware.Responder {
return middleware.NotImplemented("operation order.CounselingUpdateAllowance has not yet been implemented")
Expand Down
92 changes: 92 additions & 0 deletions pkg/gen/ghcapi/embedded_spec.go

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

12 changes: 12 additions & 0 deletions pkg/gen/ghcapi/ghcoperations/mymove_api.go

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

58 changes: 58 additions & 0 deletions pkg/gen/ghcapi/ghcoperations/payment_requests/bulk_download.go

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

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

Loading

0 comments on commit 2258a2f

Please sign in to comment.