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
It does look like SubscriptionUpdateInput is not actually necessary as SubscriptionInput could be used.
In my use-case I assign everyone to a subscription, which is "Free Plan" for new users. As they (hopefully) convert into paying users I update the existing subscription to a new plan. In case they are paying and and upgrade the prorating kicks in.
I'll create some unit tests for plans and subscriptions and contribute back.
@mkoppanen Hi there! I was just adding some fixes for Plans (#41).
Are you still working on adding unit tests for plans and subscriptions? I'd like to piggy back off of your work.
Looks like there is a possible copy-paste error in plans:
https://github.com/mdedetrich/stripe-scala/blob/master/src/main/scala/org/mdedetrich/stripe/v1/Plans.scala#L317
The text was updated successfully, but these errors were encountered: