Spoje-NET / php-abraflexi

PHP Library for easy interaction with economic system AbraFlexi.
MIT License
24 stars 7 forks source link

Incorrect external-ids parsing #22

Closed petaak closed 3 years ago

petaak commented 3 years ago

When I try to download an invoice with external ID(s), I get the following TypeError:

current(): Argument #1 ($array) must be of type array, string given

in https://github.com/Spoje-NET/php-abraflexi/blob/main/src/AbraFlexi/RO.php#L2090

petaak commented 3 years ago

Thanks for the quick fix!