diff --git a/classes/PaymentModule.php b/classes/PaymentModule.php
index 0996ee13b..f34c528ae 100644
--- a/classes/PaymentModule.php
+++ b/classes/PaymentModule.php
@@ -301,9 +301,9 @@ abstract class PaymentModuleCore extends Module
'
| '.$product['reference'].' |
'.$product['name'].(isset($product['attributes']) ? ' - '.$product['attributes'] : '').' - '.$this->l('Customized').(!empty($customization_text) ? ' - '.$customization_text : '').' |
- '.Tools::displayPrice(Product::getTaxCalculationMethod() == PS_TAX_EXC ? $price : $price_wt, $currency, false).' |
+ '.Tools::displayPrice(Product::getTaxCalculationMethod() == PS_TAX_EXC ? Tools::ps_round($price, 2) : $price_wt, $currency, false).' |
'.$customization_quantity.' |
- '.Tools::displayPrice($customization_quantity * (Product::getTaxCalculationMethod() == PS_TAX_EXC ? $price : $price_wt), $currency, false).' |
+ '.Tools::displayPrice($customization_quantity * (Product::getTaxCalculationMethod() == PS_TAX_EXC ? Tools::ps_round($price, 2) : $price_wt), $currency, false).' |
';
}
@@ -312,9 +312,9 @@ abstract class PaymentModuleCore extends Module
'
| '.$product['reference'].' |
'.$product['name'].(isset($product['attributes']) ? ' - '.$product['attributes'] : '').' |
- '.Tools::displayPrice(Product::getTaxCalculationMethod() == PS_TAX_EXC ? $price : $price_wt, $currency, false).' |
+ '.Tools::displayPrice(Product::getTaxCalculationMethod() == PS_TAX_EXC ? Tools::ps_round($price, 2) : $price_wt, $currency, false).' |
'.((int)$product['cart_quantity'] - $customization_quantity).' |
- '.Tools::displayPrice(((int)$product['cart_quantity'] - $customization_quantity) * (Product::getTaxCalculationMethod() == PS_TAX_EXC ? $price : $price_wt), $currency, false).' |
+ '.Tools::displayPrice(((int)$product['cart_quantity'] - $customization_quantity) * (Product::getTaxCalculationMethod() == PS_TAX_EXC ? Tools::ps_round($price, 2) : $price_wt), $currency, false).' |
';
// Check if is not a virutal product for the displaying of shipping