fixed callback double currency conversion in log

This commit is contained in:
2026-06-09 14:58:11 +03:00
parent caecb9c9c9
commit 0d07a06875

View File

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