#zsmorgan21
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- zsmorgan21, 2 hours ago, 3 messages
Let's chat here. How can I help?
Sure thing
Let me grab the original message
Hi. When getting subscriptions, the subscription response has a plan property on it that we want to use. However, the API documentation nor the stripe JS interface acknowledge this property. I think it should 100% be there as it is a direction connection to the subscription and allows us to get to the product name easily by expanding. The problem is, with tyescript, we cant access plan without casting it to any (not ideal). Any way we can get this into the npm package and into the documentation?
And I need to correcet myself here. We aren't using stripe-js here, but just the stripe node package for server side code
For context, plan is a deprecated attribute. The new objects that took its place are Prices and Products. So it's doubtful anything will be done with the integration into TS