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