From b93b8ee61378fdd7f5b5bffae0677051e32d10ba Mon Sep 17 00:00:00 2001 From: Matthew Wilson Date: Tue, 9 May 2006 16:02:19 +0000 Subject: [PATCH] fix --- lib/WebGUI/Operation/Commerce.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/WebGUI/Operation/Commerce.pm b/lib/WebGUI/Operation/Commerce.pm index fdf7358c0..bea22de33 100644 --- a/lib/WebGUI/Operation/Commerce.pm +++ b/lib/WebGUI/Operation/Commerce.pm @@ -393,7 +393,7 @@ sub www_checkoutSubmit { # pass in the quantity and the normal items in the cart. ?($_->{item}->priceLineItem($_->{quantity},\@copyOfNormal)) :undef; - $transaction->addItem($_->{item}, $_->{quantity},$priceLineItem); + $transaction->addItem($_->{item}, $_->{quantity}); # use the item plugin's lineItem method for price override # situations. $amount += ($priceLineItem)