fix translation

This commit is contained in:
O K
2025-06-08 15:40:24 +03:00
parent a35c8aa098
commit d258c6f5bf
11 changed files with 375 additions and 227 deletions

View File

@@ -57,7 +57,7 @@ class HutkoRedirectModuleFrontController extends ModuleFrontController
return;
}
$this->context->smarty->assign([
'hutko_response' => $responseData['response'], // The URL of the Hutko payment gateway.
'hutko_response' => $responseData['response'],
]);
}
}