Skip to content

Commit

Permalink
add support for missing invoice statuses (#220)
Browse files Browse the repository at this point in the history
  • Loading branch information
lovrocolic authored Dec 30, 2024
1 parent 24f2710 commit bb9adb5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions invoice.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ const (
InvoiceStatusDraft InvoiceStatus = "draft"
InvoiceStatusFinalized InvoiceStatus = "finalized"
InvoiceStatusFailed InvoiceStatus = "failed"
InvoiceStatusVoided InvoiceStatus = "voided"
InvoiceStatusPending InvoiceStatus = "pending"
)

const (
Expand Down

0 comments on commit bb9adb5

Please sign in to comment.