diff --git a/services/web/types/subscription/dashboard/subscription.ts b/services/web/types/subscription/dashboard/subscription.ts index 8ff63b2342..e4e6da36bd 100644 --- a/services/web/types/subscription/dashboard/subscription.ts +++ b/services/web/types/subscription/dashboard/subscription.ts @@ -14,6 +14,8 @@ export type SubscriptionState = | 'expired' | 'paused' | 'past_due' + | 'incomplete' + | 'incomplete_expired' // when puchasing a new add-on in recurly, we only need to provide the code export type PurchasingAddOnCode = {