Skip to content

Commit

Permalink
Merge pull request #41 from breathbath/master
Browse files Browse the repository at this point in the history
Hey, sorry for the delay,  merging "Added missing field"
  • Loading branch information
Dysar authored Aug 21, 2020
2 parents 68aec69 + 3ca444a commit ff1902f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/api/sales/documentModels.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ type (
CurrencyCode string `json:"currencyCode"`
ContactName string `json:"contactName"`
ClientName string `json:"clientName"`
ClientCardNumber string `json:"clientCardNumber"`
Type string `json:"type"`
InvoiceState string `json:"invoiceState"`
PaymentType string `json:"paymentType"`
Expand Down

0 comments on commit ff1902f

Please sign in to comment.