-
Notifications
You must be signed in to change notification settings - Fork 10
Closed
Description
Hi,
First of all thanks for this gem, I've been able to quickly get customers out of Zoho, now I'm trying to send invoices but I'm running into some trouble.
This is what ZohoInvoice self looks like, you can see it includes invoice_items:
However when I check this: XMLString => self.to_xml
I don't see any InvoiceItems
"<?xml version="1.0"?>
<Invoice>
<InvoiceNumber>18</InvoiceNumber>
<CustomerID>562674000000039020</CustomerID>
<InvoiceDate>2014-10-17</InvoiceDate>
<InvoiceItems><InvoiceItem/>
<InvoiceItem/>
<InvoiceItem/>
<InvoiceItem/>
<InvoiceItem/>
<InvoiceItem/>
</InvoiceItems>
</Invoice>
"
This is the result.body I'm getting:
'Code': 4091
'Message': Select an item or give a description to create the invoice.
'Status': 0
Metadata
Metadata
Assignees
Labels
No labels
