Traceton / react-ecommerce

A basic app to showcase my React js skills.
https://traceton-react-ecommerce.herokuapp.com/
0 stars 0 forks source link

User account state needs to match Account model . #1

Closed Traceton closed 3 years ago

Traceton commented 3 years ago

User account state need to send more info to the react-store-node-api to match the model properly.

React store node api Account model is being updated with many more variables, and this app needs to send at least blank metadata when a new account is created.

Traceton commented 3 years ago

User account state is now aligned with the react-store-node-api and the properties now match as they should.