Skip to content

Commit

Permalink
Update generated code for v279
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe-openapi[bot] committed Mar 27, 2023
1 parent ef27049 commit 10639ca
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion OPENAPI_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v277
v279
1 change: 0 additions & 1 deletion invoice.go
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,6 @@ type InvoiceStatus string

// List of values that InvoiceStatus can take
const (
InvoiceStatusDeleted InvoiceStatus = "deleted"
InvoiceStatusDraft InvoiceStatus = "draft"
InvoiceStatusOpen InvoiceStatus = "open"
InvoiceStatusPaid InvoiceStatus = "paid"
Expand Down

0 comments on commit 10639ca

Please sign in to comment.