diff --git a/modules/registrars/cozaepp/cozaepp.php b/modules/registrars/cozaepp/cozaepp.php index 3d893ecde3973a2918992ad4f658acb0b1e6b628..26a563aa6b501ca879c6c1469d4876d7cb1638d7 100644 --- a/modules/registrars/cozaepp/cozaepp.php +++ b/modules/registrars/cozaepp/cozaepp.php @@ -1,5 +1,5 @@ <?php -# Copyright (c) 2012-2015, AllWorldIT +# Copyright (c) 2012-2018, AllWorldIT # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -386,7 +386,7 @@ function cozaepp_RegisterDomain($params) { $AdminPostalCode = $params["adminpostcode"]; $AdminCountry = $params["admincountry"]; $AdminEmailAddress = $params["adminemail"]; - $AdminPhone = $params["adminphonenumber"]; + $AdminPhone = $params["adminfullphonenumber"]; # Registrar contactid hash $contactid = substr(md5($domain), 0,15); @@ -635,7 +635,7 @@ function cozaepp_TransferDomain($params) { $AdminPostalCode = $params["adminpostcode"]; $AdminCountry = $params["admincountry"]; $AdminEmailAddress = $params["adminemail"]; - $AdminPhone = $params["adminphonenumber"]; + $AdminPhone = $params["adminfullphonenumber"]; # Our details $contactid = substr(md5($domain), 0,15);