added order message logging

This commit is contained in:
O K
2025-06-02 11:24:18 +03:00
parent 67ff82de5d
commit 638d801a8e
5 changed files with 216 additions and 117 deletions

View File

@@ -10,6 +10,7 @@
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
*/
use Symfony\Component\Serializer\Encoder\JsonEncode;
if (!defined('_PS_VERSION_')) {
exit;
@@ -59,5 +60,5 @@ class HutkoRedirectModuleFrontController extends ModuleFrontController
'hutko_response' => $responseData['response'], // The URL of the Hutko payment gateway.
]);
}
}
}
}