Update modules/gateways/hutko/hutko_helper.php

This commit is contained in:
2026-01-24 14:31:52 +02:00
parent 2ea9bbc82b
commit d7eb1f102f

View File

@@ -306,9 +306,6 @@ class Hutko_Helper
"uuid" => hash('sha256', $email . '|' . $params['systemurl']), "uuid" => hash('sha256', $email . '|' . $params['systemurl']),
); );
return base64_encode(json_encode($data));
return base64_encode(json_encode($data)); return base64_encode(json_encode($data));
} }