fixed callback double currency conversion in log
This commit is contained in:
@@ -311,7 +311,7 @@ class Hutko extends \Opencart\System\Engine\Controller
|
|||||||
$msg = sprintf(
|
$msg = sprintf(
|
||||||
$this->language->get('text_refund_success_comment'),
|
$this->language->get('text_refund_success_comment'),
|
||||||
$hutko_ref,
|
$hutko_ref,
|
||||||
$this->currency->format($rev_amt, $order_info['currency_code'], $order_info['currency_value']),
|
$this->currency->format($rev_amt, $order_info['currency_code'], 1.0),
|
||||||
$comment
|
$comment
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user