Migrate CartItem from Class::InsideOut to Moose.
This commit is contained in:
parent
679c4678d2
commit
be42b7118c
4 changed files with 166 additions and 136 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue