Releases: deviddev/billingo-api-v3-php-and-laravel-wrapper
Releases · deviddev/billingo-api-v3-php-and-laravel-wrapper
Add L11 Support
Minor fixes
Error handling, laravel config publish.
Fix: check that environment is Laravel
Add Laravel 10 support
- add Laravel 10 support
- drop Laravel 6 support
- changed minimum PHP version to 8.1
Forward status code to download response when http info is enabled
This additional allow you to get the response status code when download a document.
Turn on http info with: withHttpInfo() method to get status code forwarded.
The default status is null, when http info is NOT turned on.
This feature is useful when billingo is NOT generated the document yet.
Documentation for response status codes: DownloadDocument
BillingoApi::api('Document')->withHttpInfo()->downloadInvoice($invoiceId)->getResponse()
Response:
[
"path" => "invoices/43867578.pdf"
"status" => 200
]
Allow to get underlaying swagger api object from wrapper
Add support for Laravel 9
v2.0.7