wetcat-studios / fortie

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

Order item rows isn´t enabled #64

Open viktormaar opened 3 years ago

viktormaar commented 3 years ago

Is it possible that the OrderRows property sanitizes out when posting/putting an order? Or am I doing something wrong? I can easily fix it, if this issue is confirmed. Only wondering, how nobody ran into this problem before 🤔

jongotlin commented 3 years ago

I'm not sure all parts of this api wrapper is tested with real requests. I guess most of it is written from the api documentation and not fully tested and that's why I think you are the first having this issue. Please open a pr with the fix.

agoransson commented 3 years ago

Yeah, I never actually tested every single request. Most of it is written based on documentation.

viktormaar commented 3 years ago

Somehow I presumed that the order export is a commonly used method for the users of this package. :) Then I´ll fix it soon.