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
Cashier currently has the meteredPlan() helper, although with the current documentation it's not clear that one can add a metered plan to an existing subscription by passing in null as the quantity.
Cashier currently has the
meteredPlan()
helper, although with the current documentation it's not clear that one can add a metered plan to an existing subscription by passing innull
as the quantity.subscription('default')->addPlan('plan_price_id', null);
Would it be worth adding an
addMeteredPlan()
method to make this more readable?The text was updated successfully, but these errors were encountered: