Skip to content

Commit

Permalink
fix: add missing subscription statuses
Browse files Browse the repository at this point in the history
  • Loading branch information
thmsmtylr committed Mar 29, 2024
1 parent dbfbbf0 commit 3a96c8f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion types/subscription/snake.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,9 @@ interface SubscriptionSnake extends BaseModel {
| 'unpaid'
| 'canceled'
| 'paid'
| 'complete';
| 'complete'
| 'draft'
| 'paused';
sub_total?: number;
tax_included_total?: number;
tax_total?: number;
Expand Down

0 comments on commit 3a96c8f

Please sign in to comment.