atgp / factur-x

PHP library to manage your Factur-X / ZUGFeRD 2.0 PDF invoices files
MIT License
87 stars 22 forks source link

Extended missing in FACTURX_PROFIL_TO_XMP #15

Closed nathan-de-pachtere closed 1 year ago

nathan-de-pachtere commented 1 year ago

Hi,

I'm using your awesome code to generate facturX from PDF and xml (from easybill/zugferd-php).

Just missing this line to make it work with extended XML data.

//Facturx.php

const FACTURX_PROFIL_TO_XMP = array(
        'minimum' => 'MINIMUM',
        'basicwl' => 'BASIC WL',
        'basic' => 'BASIC',
        'en16931' => 'EN 16931',
        'extended' => 'EXTENDED', //without this line the generateFacturxFromFiles function crash on line 340
    );
lucas-gp commented 1 year ago

@nathan-de-pachtere just pushed a fix for it, thanks for your feedback

16

Sorry missed your PR