chatty-clownfish / bangazon-sprint-2

1 stars 0 forks source link

User can delete product from shopping cart #6

Open kimberly-bird opened 5 years ago

kimberly-bird commented 5 years ago

Given the user is authenticated When the user is viewing their shopping cart And clicks the Delete button at the end of the row Then the product is deleted from the shopping cart

CosignMyCodesign commented 5 years ago

The ProductOrder row will be deleted

CosignMyCodesign commented 5 years ago

Models Involved:

  1. User
  2. Customer
  3. ProductOrder (join table)