Skip to content

Commit

Permalink
Merge pull request #11713 from transcom/B-18416-updateShipmentDestina…
Browse files Browse the repository at this point in the history
…tionAddress

B 18416 update shipment destination address
  • Loading branch information
cameroncaci authored Jan 16, 2024
2 parents 2a1cc38 + 7bd4d09 commit 304cac8
Show file tree
Hide file tree
Showing 28 changed files with 1,634 additions and 1,635 deletions.
10 changes: 5 additions & 5 deletions pkg/gen/primeapi/configure_mymove.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,6 @@ func configureAPI(api *primeoperations.MymoveAPI) http.Handler {
return middleware.NotImplemented("operation mto_shipment.CreateMTOShipment has not yet been implemented")
})
}
if api.MtoShipmentCreateNonSITAddressUpdateRequestHandler == nil {
api.MtoShipmentCreateNonSITAddressUpdateRequestHandler = mto_shipment.CreateNonSITAddressUpdateRequestHandlerFunc(func(params mto_shipment.CreateNonSITAddressUpdateRequestParams) middleware.Responder {
return middleware.NotImplemented("operation mto_shipment.CreateNonSITAddressUpdateRequest has not yet been implemented")
})
}
if api.PaymentRequestCreatePaymentRequestHandler == nil {
api.PaymentRequestCreatePaymentRequestHandler = payment_request.CreatePaymentRequestHandlerFunc(func(params payment_request.CreatePaymentRequestParams) middleware.Responder {
return middleware.NotImplemented("operation payment_request.CreatePaymentRequest has not yet been implemented")
Expand Down Expand Up @@ -161,6 +156,11 @@ func configureAPI(api *primeoperations.MymoveAPI) http.Handler {
return middleware.NotImplemented("operation mto_shipment.UpdateSITDeliveryRequest has not yet been implemented")
})
}
if api.MtoShipmentUpdateShipmentDestinationAddressHandler == nil {
api.MtoShipmentUpdateShipmentDestinationAddressHandler = mto_shipment.UpdateShipmentDestinationAddressHandlerFunc(func(params mto_shipment.UpdateShipmentDestinationAddressParams) middleware.Responder {
return middleware.NotImplemented("operation mto_shipment.UpdateShipmentDestinationAddress has not yet been implemented")
})
}

api.PreServerShutdown = func() {}

Expand Down
88 changes: 44 additions & 44 deletions pkg/gen/primeapi/embedded_spec.go

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

This file was deleted.

Loading

0 comments on commit 304cac8

Please sign in to comment.