wetcat-studios / fortie

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

Re-initialize providers at method calls #71

Closed viktormaar closed 3 years ago

viktormaar commented 3 years ago

This fix ensures that a provider always initializes when its method calls. It fixes https://github.com/wetcat-studios/fortie/issues/69 as the previously stored filters and parameters will be empty.

viktormaar commented 3 years ago

Update: I noticed that the activation command is not working. Its fix can also have a good place in this hotfix branch.

agoransson commented 3 years ago

I'll merge this now, only reason I didn't yet is because I thought you would =)

viktormaar commented 3 years ago

I can do that myself in the future :)