TIPOFF / checkout

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

Order Item #33

Closed drewroberts closed 3 years ago

drewroberts commented 3 years ago

New Model & Migration for Order Items

pdbreen commented 3 years ago

Added. Essentially identical to cart items with the omission of expires_at. Commonality between the two is implemented with a shared IsItem trait.

https://github.com/tipoff/checkout/blob/main/database/migrations/2020_05_01_121000_create_order_items_table.php https://github.com/tipoff/checkout/blob/main/src/Models/OrderItem.php