diff --git a/lib/Skeleton/Vat/Check/Check.php b/lib/Skeleton/Vat/Check/Check.php index 1c9d438..7f55269 100644 --- a/lib/Skeleton/Vat/Check/Check.php +++ b/lib/Skeleton/Vat/Check/Check.php @@ -161,8 +161,6 @@ public static function validate_online_call($vat_number, Country $country) { ]); $params = [ 'countryCode' => $vat_config[ $country->get_iso2() ]['country_code'], 'vatNumber' => $vat_number ]; $result = $client->checkVat($params); - var_dump($result); - echo 'aze'; if ($result->valid == 1) { return true;