rangka / quickbooks

PHP Library for connecting to QuickBooks.
MIT License
8 stars 11 forks source link

Please add an option to IncludeOnSend the attachment. #9

Closed richardhdc closed 7 years ago

richardhdc commented 7 years ago

"AttachableRef": [ { "EntityRef": { "value": "95", "type": "Invoice" }, "IncludeOnSend": false }

khairulashraff commented 7 years ago

Added.

Take note while API for Invoice Service remains the same, API for Attachable Service itself has changed to allow multiple entities defined at the same time. Check README.md for more info.

khairulashraff commented 7 years ago

Wait, wrong info there. For Invoice Service, 3rd argument has been added for includeOnSend flag.

richardhdc commented 7 years ago

Tested and working. Great!