Nostromos / what.ecom

PERN Ecom app for Codecademy's Full Stack path.
MIT License
0 stars 0 forks source link

Rewrite clearCart query after solving #54 #55

Open Nostromos opened 8 months ago

Nostromos commented 8 months ago

Clearing the cart just deletes the cart row from carts. In future, this should also clear related rows in products_carts. Related to #54