sandy-tpp
sandy-tpp
ERROR:chrome_browser_main.cc(1072)] The use of Rosetta to run the x64 version of Chromium on Arm is neither tested nor maintained, and unexpected behavior will likely result. Please check that all tools...
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:...
I tried the below code to update the quantity. The quantity is updated in the item, but the invoice is not processed immediately. ```body = { data: { type: "subscription-items",...