Skip to content

Commit

Permalink
More work in support of #471.
Browse files Browse the repository at this point in the history
  • Loading branch information
uncheckederror committed Aug 5, 2024
1 parent 3c78018 commit fe30c70
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions NumberSearch.Ops/Controllers/PortRequestsController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -385,6 +385,7 @@ public async Task<IActionResult> PortRequestUpdate(PortRequestResult result, Gui
fromDb.City = addressParts[1];
fromDb.State = addressParts[2];
fromDb.Zip = addressParts[3];
fromDb.UnparsedAddress = portRequest.UnparsedAddress;
Log.Information($"[Checkout] Address: {fromDb.Address} City: {fromDb.City} State: {fromDb.State} Zip: {fromDb.Zip}");
}
else
Expand Down

0 comments on commit fe30c70

Please sign in to comment.