node-quickbooks
node-quickbooks copied to clipboard
Create Invoice not saving BillEmailCc field
BillEmailCc key details are not getting updated when I create invoice. Invoice is getting created without BillEmailCc.
CAUSE : Latest API minor version not getting picked up.
Issue is not actually with the BillEmailCc updation but rather with taking the latest API. There was some issue with the QBO API which was fixed in latest update. Passing NULL in constructor should by default get he latest API version but it want taking the latest one.