fix
This commit is contained in:
parent
11cba74195
commit
b93b8ee613
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue