Skip to content

Commit

Permalink
Make sure NewAddress is populated in response to first request
Browse files Browse the repository at this point in the history
  • Loading branch information
mboren committed Jun 28, 2023
1 parent 5cc01fa commit d3c9aa1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ func (f *shipmentAddressUpdateRequester) RequestShipmentDeliveryAddressUpdate(ap
return nil, err
}
addressUpdate.NewAddressID = address.ID
addressUpdate.NewAddress = *address

contract, err := serviceparamvaluelookups.FetchContract(appCtx, *shipment.MoveTaskOrder.AvailableToPrimeAt)
if err != nil {
Expand Down

0 comments on commit d3c9aa1

Please sign in to comment.