diff --git a/modules/gateways/hutko/hutko_helper.php b/modules/gateways/hutko/hutko_helper.php index 6766294..8a1d0da 100644 --- a/modules/gateways/hutko/hutko_helper.php +++ b/modules/gateways/hutko/hutko_helper.php @@ -306,9 +306,6 @@ class Hutko_Helper "uuid" => hash('sha256', $email . '|' . $params['systemurl']), ); - return base64_encode(json_encode($data)); - - return base64_encode(json_encode($data)); }