deanpcmad / lemonsqueezy

Ruby library for the Lemon Squeezy API
27 stars 7 forks source link

On Updating the Subscription plan, the quantity resets to 1 #9

Closed sandy-tpp closed 1 month ago

sandy-tpp commented 5 months ago

I'm updating a Subscription with planA and quantity x to planB. The plan, variant update happens and invoice is processed, but the quantity resets to 1.

LemonSqueezy::Subscription.change_plan(id: subscription_id, plan_id: plan_id, variant_id: var_id, invoice_immediately: true)
deanpcmad commented 5 months ago

This sounds like an issue with the LemonSqueezy API?

sandy-tpp commented 5 months ago

Yes, Have raised a ticket, will keep the thread updated.

deanpcmad commented 4 months ago

@sandy-tpp any update from them?

deanpcmad commented 1 month ago

Closing this as there's been no update and I don't believe it's an issue with this library