Skip to content

Commit

Permalink
Fix namespace prefix for http://www.sat.gob.mx/ComercioExterior11
Browse files Browse the repository at this point in the history
  • Loading branch information
eclipxe13 committed Dec 9, 2017
1 parent 77dd244 commit 52ce485
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CfdiUtils/Elements/Cce11/ComercioExterior.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ public function getElementName(): string
public function getFixedAttributes(): array
{
return [
'xmlns:cfdi' => 'http://www.sat.gob.mx/ComercioExterior11',
'xmlns:cce11' => 'http://www.sat.gob.mx/ComercioExterior11',
'xsi:schemaLocation' => 'http://www.sat.gob.mx/ComercioExterior11'
. ' http://www.sat.gob.mx/sitio_internet/cfd/ComercioExterior11/ComercioExterior11.xsd',
'Version' => '1.1',
Expand Down

0 comments on commit 52ce485

Please sign in to comment.