Skip to content

Commit

Permalink
remove debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
christopheg committed Oct 9, 2019
1 parent 37248c0 commit 7c85d44
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/Skeleton/Vat/Check/Check.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 7c85d44

Please sign in to comment.