Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
vegimcarkaxhija committed Jun 20, 2024
1 parent 5992028 commit e7f6661
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/checkout/in3checkout.php
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ public function getArticles()
'vatPercentage' => $item['rate'],
];

$total += round($item['price_wt'], 2);
$total += round($item['price_wt'] * $item['quantity'], 2);
}

$wrapping = $this->cart->getOrderTotal(true, CartCore::ONLY_WRAPPING);
Expand Down

0 comments on commit e7f6661

Please sign in to comment.