Migrate CartItem from Class::InsideOut to Moose.

This commit is contained in:
Colin Kuskie 2010-08-05 16:24:10 -07:00
parent 679c4678d2
commit be42b7118c
4 changed files with 166 additions and 136 deletions

View file

@ -221,3 +221,11 @@ WebGUI::Shop::TransactionItem
Object properties are no longer written to the database when an object is created from scratch. The write method needs
to be called.
WebGUI::Shop::CartItem
=============================
Object properties are no longer written to the database when an object is created from scratch. The write method needs
to be called.
Inventory adjust is also no longer done when an object is created from scratch. You will need to call onAdjustQuantityInCart
manually.