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
Confirmed, no existing Issues or Pull Requests found related to my submission.
Package Version
3.2.0
Are you using the latest version?
Yes, I verified the issue is still present in the latest version.
Steps to Reproduce
Hi there! Thanks for a wonderful, massively valuable library. ☺️ As a result of doing way more work with scheduled subscriptions than any human should, I ran across a small issue:
The phases() type defined on the SubscriptionSchedule is missing the start_date field.
This issue has been automatically marked as "stale:discard". We are sorry that we haven't been able to prioritize it yet.
If this issue still relevant, please leave any comment if you have any new additional information that helps to solve this issue. We encourage you to create a pull request, if you can. We are happy to help you with that.
Existing Issue or Pull Request Verification
Package Version
3.2.0
Are you using the latest version?
Steps to Reproduce
Hi there! Thanks for a wonderful, massively valuable library.☺️ As a result of doing way more work with scheduled subscriptions than any human should, I ran across a small issue:
The
phases()
type defined on theSubscriptionSchedule
is missing thestart_date
field.Code reference:
stripity-stripe/lib/generated/subscription_schedule.ex
Line 139 in 4d46a07
Stripe docs: https://docs.stripe.com/api/subscription_schedules/object#subscription_schedule_object-phases
Expected Result
The
phases
typespec should match Stripe's docsActual Result
It does not 🙃
The text was updated successfully, but these errors were encountered: