-
Notifications
You must be signed in to change notification settings - Fork 573
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for passing parameters when deleting a Subscription Item #1932
Conversation
src/Stripe.net/Services/SubscriptionItems/SubscriptionItemDeleteOptions.cs
Show resolved
Hide resolved
src/Stripe.net/Services/SubscriptionItems/SubscriptionItemService.cs
Outdated
Show resolved
Hide resolved
2c23f0f
to
0fc3ef4
Compare
@ob-stripe I added parameters for all Delete methods. That PR also adds the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💥 Amazing, thanks @remi-stripe!
One request, but otherwise LGTM.
0fc3ef4
to
8eb8dbd
Compare
Fixed, PTAL @ob-stripe |
Fixes #1931
r? @ob-stripe
cc @stripe/api-libraries