This repository was archived by the owner on Dec 19, 2019. It is now read-only.
[Customer] Deprecate customer_id in CustomerAddress #907
Labels
Architects: approved
Issue is checked and approved by architecture team.
Component: CustomerGraphQl
good first issue
Good for newcomers
Milestone
Uh oh!
There was an error while loading. Please reload this page.
customer_id
is not needed as part ofCustomerAddress
, address ID (id
) is unique identifier for the addressesid
is not needed as part ofCustomer
because on server side it can be identified based on customer token used for authentication. There is no need to know customer ID on the client side.Acceptance criteria:
customer_id
fromCustomerAddress
andid
fromCustomer
. Run web API tests to see if they stay green. Recovercustomer_id
andid
customer_id
inCustomerAddress
andid
inCustomer
The text was updated successfully, but these errors were encountered: