Skip to content

Releases: deviddev/billingo-api-v3-php-and-laravel-wrapper

Add L11 Support

15 Apr 14:49
Compare
Choose a tag to compare

Minor fixes

04 May 07:00
Compare
Choose a tag to compare

Error handling, laravel config publish.

Fix: check that environment is Laravel

13 Mar 15:23
Compare
Choose a tag to compare

Add Laravel 10 support

24 Feb 11:49
Compare
Choose a tag to compare
  • 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

20 Nov 19:38
Compare
Choose a tag to compare

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

20 Nov 17:58
Compare
Choose a tag to compare

Add support for Laravel 9

16 Mar 07:45
Compare
Choose a tag to compare

Fixes

16 Mar 07:42
Compare
Choose a tag to compare
  • datetime conversion
  • typos
  • code formatting

Update readme and PHP-SDK dependency

09 Jan 15:05
Compare
Choose a tag to compare

Wrong fix in previous release

09 Jan 14:57
Compare
Choose a tag to compare