stripity-stripe
stripity-stripe copied to clipboard
Allow updating SubscriptionLineItem by ID.
It is possible to update Subscription's single subscription item when updating Subscription: https://stripe.com/docs/api/subscriptions/update#update_subscription-items-id
So i thought it would be nice to allow this in the lib.
Currently, it is possible to update this way, but @spec is different and we end up having dialyzer warning about not matched parameters.