wetcat-studios / fortie

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

EInvoiceCall is now a [GET] and not a [PUT] (Felaktig action på faktura (PUT)) #88

Open thatgavinjones opened 3 years ago

thatgavinjones commented 3 years ago

Providers/Invoices/Provider line 312

public function email ($id) { $req = new FortieRequest(); $req->method('GET'); $req->path($this->basePath)->path($id)->path('email'); return $this->send($req->build()); }