youngguns-nl/moneybird_php_api

Invoice::setDetailsAttr does not merge details

Closed this issue · 1 comments

The method Invoice::setDetailsAttr() seems to perform an ArrayObject::merge(), but the details array is not merged properly. This prevents invoice detail lines from being properly updated.

Merging seems odd, don't know why I did that.