Skip to content

Commit

Permalink
Revert "Add subscription status type incomplete" (#101)
Browse files Browse the repository at this point in the history
* Revert "Add subscription `status` type `incomplete` (#86)"

This reverts commit 2e9beae.

* docs: add changeset
  • Loading branch information
brankoconjic authored Jun 12, 2024
1 parent 52332c6 commit ae1b6a7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/lucky-cows-hunt.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@lemonsqueezy/lemonsqueezy.js": patch
---

Revert "Add subscription `status` type `incomplete`"
2 changes: 1 addition & 1 deletion src/subscriptions/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type SubscriptionStatus =
| "unpaid"
| "cancelled"
| "expired"
| "incomplete";
| "cancelled";
type CardBrand =
| "visa"
| "mastercard"
Expand Down

0 comments on commit ae1b6a7

Please sign in to comment.