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
I realised last week when looking at the Lemon Squeezy API changes that this will require a new major release for the library. We'll need a new subscription_items table which holds all item records for subscriptions in a similar fashion like Cashier Stripe and Cashier Paddle. Then we'll need to rework parts of the library to accommodate for this. Finally, we'll need to add a migration path for people upgrading from v1 to v2, most likely using some sort of sync command for subscriptions.
Are there plans to add support for usage-based billing?
I'd like to use this for apps that will be paying for multiple seats, from what I understand the API needs the following on checkout:
then later up update the qty
PATCH https://api.lemonsqueezy.com/v1/subscription-items/1
The text was updated successfully, but these errors were encountered: