Add support for passing query parameters to StockBalance#344
Add support for passing query parameters to StockBalance#344martenw wants to merge 1 commit intosoftwerkab:masterfrom
Conversation
|
Hi, thank you for contributing. While this does solve the specific issue of missing parameters for Imo, this issue should instead be addressed by adding a search parameter class like we do for all the non-warehouse endpoints. So instead of passing in several parameters to the |
|
Also it seems the testing account finally stopped working, so that also needs fixing first... |
|
Agree, this is just a fix that makes the endpoint useable but it is probably not a long-term fix. I used this implementation in my project just to make it work. |
Fix for #343