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

The provided xml key SERVICE_PERIOD_START is not mapped at the moment #21

Closed wisam-alhennawi closed 3 years ago

wisam-alhennawi commented 4 years ago

Hello all,

I'm using the last release 0.0.5. and I get an error if i call this function $invoiceService->getInvoice(...)

The provided xml key SERVICE_PERIOD_START is not mapped at the moment in FastBillSdk\Invoice\InvoiceEntity (ErrorException(code: 0): the provided xml key SERVICE_PERIOD_START is not mapped at the moment in FastBillSdk\Invoice\InvoiceEntity at ./fastbill-php-sdk/src/Invoice/InvoiceEntity.php:240)

Could you please fix it?

Thanks!

teiling88 commented 4 years ago

Hey @wesam1989h,

I forgot to create a release for that. Now the fix should be available for you :-)

Greetings.

jdaehne commented 4 years ago

@teiling88 i have same issue here.

teiling88 commented 4 years ago

@jdaehne I added another new value to the InvoiceEntity and published the 0.0.8 version. Please check it out :-)