fastbill / fastbill-php-sdk

php sdk for the api of https://www.fastbill.com/
https://apidocs.fastbill.com/
MIT License
24 stars 14 forks source link

$invoiceService->getInvoice( ..) -> XML Key COMMENTS is not mapped #5

Closed chluehr closed 5 years ago

chluehr commented 5 years ago

In InvoiceEntity.php line 237:

User Notice: the provided xml key COMMENTS is not mapped at the moment in FastBillSdk\Invoice\InvoiceEntit

teiling88 commented 5 years ago

Hard to find this bug. The Documentation seems to be incomplete there. I fixed the issue with: https://github.com/fastbill/fastbill-php-sdk/commit/b2cb50941b41141db9a3ca82364c1b4cc538c7c6

christophluehr commented 5 years ago

Seems to work!

teiling88 commented 5 years ago

Thank you for your feedback!