TIPOFF / checkout

Laravel Package for Ecommerce Checkouts
MIT License
0 stars 1 forks source link

Allow replacement of existing item in cart #61

Closed pdbreen closed 3 years ago

pdbreen commented 3 years ago

A policy change -- attempting to add an identical item to the cart (ie, same sellable type with same sku) will now replace the existing item instead of throwing an exception.