This commit is contained in:
Matthew Wilson 2006-05-09 16:02:19 +00:00
parent 11cba74195
commit b93b8ee613

View file

@ -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)