1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-06-05 22:09:38 +02:00

Miglioramento tests

This commit is contained in:
Thomas Zilio
2018-11-22 15:34:44 +01:00
parent d6bd4f29a7
commit e821f15fee
23 changed files with 644 additions and 135 deletions

View File

@@ -24,8 +24,6 @@ class Validate
return true;
}
$vat_number = starts_with($vat_number, 'IT') ? $vat_number : 'IT'.$vat_number;
// Controllo con API europea ufficiale
if (extension_loaded('soap')) {
try {