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
I just discovered that by default i can't extend Stripe Resources, it just keep the same behaviour. As i understand you don't using default prototype inheritance?
You are correct – you can't subclass stripe resources in this way currently. There are some other options for extending the stripe sdk, but I don't think I'd recommend them – probably better to create wrapper functions.
This may be possible when we add support for TS: #296
However, I don't anticipate that we will prioritize work here independently, so I'm going to close this. Will try to keep you posted here if we're able to move things to proper classes.
I just discovered that by default i can't extend Stripe Resources, it just keep the same behaviour. As i understand you don't using default prototype inheritance?
The text was updated successfully, but these errors were encountered: