MJMortimer / elixero

Xero API client library for elixir
MIT License
17 stars 25 forks source link

fix report changeset #15

Closed ericsullivan closed 6 years ago

ericsullivan commented 6 years ago

I fixed whitepace (which makes the PR look larger). The relevant change is in EliXero.CoreApi.Models.Reports.Report.Rows.Cell.Attribute

 def changeset(struct, data) do
   struct
   |> cast(data, [:Value, :Id])
end
MJMortimer commented 6 years ago

Thanks for your contributions @ericsullivan