wetcat-studios / fortie

Laravel 5 package for Fortnox API
Apache License 2.0
19 stars 20 forks source link

Update Guzzle and fix SupplierInvoice #34

Closed stromgren closed 6 years ago

stromgren commented 6 years ago

Updated Guzzle to work with PHP 7.2. A bug in 6.2.3 prevented it to work properly, and was resolved in 6.3.0 as described here: https://github.com/guzzle/guzzle/issues/1973

Fix issue when creating SupplierInvoice. The InvoiceNumber has to be in the body rather than in the URL.