-
Notifications
You must be signed in to change notification settings - Fork 25
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 more functionality #19
Conversation
Add fields required for subscriptions
Add fields related to subscription cancellation
Add billingCycleAnchor field to Subscription
Add DELETE subscriptions/:id endpoint
Add missing search methods
Add search_result list object type
Add subscription update endpoints
Co-authored-by: Yurii Prykhodko <144313329+yurii-prykhodko-solid@users.noreply.github.com>
Add customer.invoice_settings
Add wallet to Card, add Invoice
…_fields Add latestInvoice and previousAttributes fields
Add StripeApiError and StripeApiErrorType
Add `default_price` field to Product
Add amazon_pay payment method type
Hi @illia-romanenko . I'm not actively working on this project anymore. Would you like to become a maintainer? I would give you write access to this repo and the pub.dev library so you could publish it on your own. |
Sure, I can help with it. We maintain more packages under https://github.com/solid-software so if you want to transfer it - we can dedicate more time to it. Or I can just help in your repo as well. Thanks! |
…edule add subscription schedule resource
Add created timestamp to Event
…ption_schedule Add list params to subscription schedule, fix phases
add end behavior on update subscription schedule
@illia-romanenko I've given you push rights on this repo. Please give me your email address to use on pub.dev as well, so I can add you as maintainer there as well. I'd like to keep the repo under enyo/* for now, but we can transfer in a few months if you intend on staying the maintainer. |
Great - thanks @enyo! Please use hello@solid.software for pub.dev. |
I see other PRs coming - so let's merge this big one to make sure that other's don't need to duplicate our efforts here. |
Hi! We use stripe-dart quite extensively and added a lot of new fields. Please take a look and let us know what you think.