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
We've faced the issue within creation Subscriptions with "metered usage" and "pricing over limits".
There is 'quantity' parameter that is sent from koudoku/app/concerns/koudoku/subscription.rb to Stripe.
Stripe doesn't support this parameter for the metered plans and the Subscription can not be created/updated.
Stripe returns error "You cannot set the quantity for metered plans".
Could you please remove every 'quantity' parameter from koudoku/app/concerns/koudoku/subscription.rb in bullet-train branch as it's useless
The text was updated successfully, but these errors were encountered:
We have used Koudoku gem with BulletTrain.
We've faced the issue within creation Subscriptions with
"metered usage"
and"pricing over limits"
.There is 'quantity' parameter that is sent from koudoku/app/concerns/koudoku/subscription.rb to Stripe.
Stripe doesn't support this parameter for the metered plans and the Subscription can not be created/updated.
Stripe returns error "You cannot set the quantity for metered plans".
Could you please remove every 'quantity' parameter from
koudoku/app/concerns/koudoku/subscription.rb
inbullet-train branch
as it's uselessThe text was updated successfully, but these errors were encountered: