From 0d07a068758edbb69bfa302320c9d2a60a145927 Mon Sep 17 00:00:00 2001 From: panariga Date: Tue, 9 Jun 2026 14:58:11 +0300 Subject: [PATCH] fixed callback double currency conversion in log --- admin/controller/payment/hutko.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/controller/payment/hutko.php b/admin/controller/payment/hutko.php index 5ef5ac6..074193e 100644 --- a/admin/controller/payment/hutko.php +++ b/admin/controller/payment/hutko.php @@ -311,7 +311,7 @@ class Hutko extends \Opencart\System\Engine\Controller $msg = sprintf( $this->language->get('text_refund_success_comment'), $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 );