transaction backend and tests complete

This commit is contained in:
JT Smith 2008-03-14 22:39:38 +00:00
parent c2c258400d
commit 02199ff58c
5 changed files with 862 additions and 1 deletions

View file

@ -18,7 +18,7 @@ A cart item is a manager of a WebGUI::Asset::Sku class that is put into a user's
use WebGUI::Shop::CartItem;
my $item = WebGUI::Shop::CartItem->new($session, $cartId, $assetId);
my $item = WebGUI::Shop::CartItem->new($cart);
=head1 METHODS