Skip to content

Start reading from idv_session.updated_user_address#10390

Merged
jmhooper merged 1 commit intomainfrom
jmhooper-read-address-data-from-session
Apr 16, 2024
Merged

Start reading from idv_session.updated_user_address#10390
jmhooper merged 1 commit intomainfrom
jmhooper-read-address-data-from-session

Conversation

@jmhooper
Copy link
Contributor

@jmhooper jmhooper commented Apr 9, 2024

In #10385 we started writing the address the user provides in the Idv::AddressController to idv_session.updated_user_address. This commit starts reading the address from there so that we can eventually stop overwriting the address in pii_from_doc.

@jmhooper
Copy link
Contributor Author

jmhooper commented Apr 9, 2024

I meant to open this as a draft PR. This can't be merged until the changes in #10385 are merged and deployed.

@jmhooper jmhooper force-pushed the jmhooper-write-address-data-to-session branch from d0a1ad6 to 2b0b481 Compare April 9, 2024 18:31
@jmhooper jmhooper force-pushed the jmhooper-read-address-data-from-session branch from eafe194 to a8aa936 Compare April 9, 2024 18:34
@jmhooper jmhooper force-pushed the jmhooper-write-address-data-to-session branch from 2b0b481 to 2686118 Compare April 9, 2024 18:37
@jmhooper jmhooper force-pushed the jmhooper-read-address-data-from-session branch from a8aa936 to e3d3054 Compare April 9, 2024 18:40
@jmhooper jmhooper force-pushed the jmhooper-read-address-data-from-session branch from e3d3054 to 8c6e8c1 Compare April 9, 2024 18:50
@jmhooper jmhooper changed the title Start reading from idv_session.updated_user_address_data Start reading from idv_session.updated_user_address Apr 9, 2024
Base automatically changed from jmhooper-write-address-data-to-session to main April 10, 2024 13:32
@jmhooper
Copy link
Contributor Author

I merged #10385. This should be ready for review now!

@jmhooper jmhooper requested a review from a team April 10, 2024 13:32
@jmhooper jmhooper force-pushed the jmhooper-read-address-data-from-session branch from 8c6e8c1 to eb87593 Compare April 10, 2024 13:33
@jmhooper jmhooper force-pushed the jmhooper-read-address-data-from-session branch from eb87593 to 0e31b3a Compare April 15, 2024 17:07
@jmhooper jmhooper force-pushed the jmhooper-read-address-data-from-session branch from 0e31b3a to bb308e6 Compare April 16, 2024 13:22
In #10385 we started writing the address the user provides in the `Idv::AddressController` to `idv_session.updated_user_address_data`. This commit starts reading the address from there so that we can eventually stop overwriting the address in `pii_from_doc`.

[skip changelog]
@jmhooper jmhooper force-pushed the jmhooper-read-address-data-from-session branch from 77e8f30 to 38dc46c Compare April 16, 2024 13:49
@jmhooper jmhooper merged commit 6756ca6 into main Apr 16, 2024
@jmhooper jmhooper deleted the jmhooper-read-address-data-from-session branch April 16, 2024 14:34
jmhooper added a commit that referenced this pull request Apr 16, 2024
In #10390 we started using the new `idv_session.updated_user_address` value to represent the user address if it is present. This allows us to stop overwriting the user address that was on the document in `pii_from_doc`. We were not able to actually take this step because of the 50/50 state issues related to session updates.

This commit stops overwriting the PII from the document in `pii_from_doc` when a new address is provided in `Idv::AddressController`

[skip changelog]
jmhooper added a commit that referenced this pull request Apr 18, 2024
In #10390 we started using the new `idv_session.updated_user_address` value to represent the user address if it is present. This allows us to stop overwriting the user address that was on the document in `pii_from_doc`. We were not able to actually take this step because of the 50/50 state issues related to session updates.

This commit stops overwriting the PII from the document in `pii_from_doc` when a new address is provided in `Idv::AddressController`

[skip changelog]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants