Skip to content

Commit

Permalink
paidAmount changed from string to int
Browse files Browse the repository at this point in the history
  • Loading branch information
gowizzard committed Jan 1, 2021
1 parent 191c068 commit 362b25b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion invoice.go
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ type InvoiceObjects struct {
SumNetAccounting string `json:"sumNetAccounting"`
SumTaxAccounting string `json:"sumTaxAccounting"`
SumGrossAccounting string `json:"sumGrossAccounting"`
PaidAmount string `json:"paidAmount"`
PaidAmount int `json:"paidAmount"`
CustomerInternalNote string `json:"customerInternalNote"`
ShowNet string `json:"showNet"`
Enshrined string `json:"enshrined"`
Expand Down

0 comments on commit 362b25b

Please sign in to comment.