You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I noticed that charge.status is defined as string instead of "succeeded" | "pending" | "failed", whereas other entities like Subscription.status is explicitly defined.
The text was updated successfully, but these errors were encountered:
davidbielik
changed the title
Typescript charge.status is string instead of enum
Typescript charge.status is defined as string instead of explicit values
Jan 13, 2022
Hi, I noticed that
charge.status
is defined asstring
instead of"succeeded" | "pending" | "failed"
, whereas other entities likeSubscription.status
is explicitly defined.The text was updated successfully, but these errors were encountered: