Fix generazione FE con nuovo formato

This commit is contained in:
loviuz 2020-05-20 14:07:59 +02:00
parent 1406fb8285
commit 83cf9b83b2
1 changed files with 1 additions and 1 deletions

View File

@ -335,7 +335,7 @@ class FatturaElettronica
$fattura = new FluidXml(null, ['stylesheet' => 'http://www.fatturapa.gov.it/export/fatturazione/sdi/fatturapa/v1.2.1/fatturaPA_v1.2.1.xsl']);
// Generazione dell'elemento root
$fattura->namespace('p', 'http://ivaservizi.agenziaentrate.gov.it/docs/xsd/fatture/v1.2.1');
$fattura->namespace('p', 'http://ivaservizi.agenziaentrate.gov.it/docs/xsd/fatture/v1.2');
$root = $fattura->addChild('p:FatturaElettronica', true);
$rootNode = $root[0];