Skip to content

invoice.list and invoice.get only contains the first line of the invoice #8

@pcreux

Description

@pcreux

FreshBooks API returns invoices with the following format:

<invoice>
  <lines>
    <line>
      <line_id>123</line_id>
    </line>
    <line>
      <line_id>234</line_id>
    </line>
  </lines>
</invoice>

HTTParty turns this into the hash:

{ invoice: { lines: { line_id: 123 } } }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions