Php – Get all Invoices with their LineItems from Xero API
I need to request all invoices within a quarter, and return and sum the amount of each line item grouped by the line items account. However, no matter how I build the request the line items array is empty. I…