firestarta icon indicating copy to clipboard operation
firestarta copied to clipboard

Nothing happens when clicking "manage subscription"

Open pclavelloux opened this issue 1 year ago • 2 comments

The button <Button>Manage Subscription</Button> seems to do nothing when the user is loggued

Edit: it's due to userSubscriptions, as if we change by the following code it works (but the variable name isn't correct, it would be better to either correct the variable init, or to change the logic, both would be ok.

{userSubscriptions ? ( <PlanButton plan={product} subscription={subscription} /> ) : ( <Button>Manage Subscription</Button> )}

pclavelloux avatar Mar 10 '24 00:03 pclavelloux

Hey, Manage subscriptions hasn't been built in yet, it's currently just placeholder. You can if you need get the lemon squeezy user url but I plan to add manage and delete subscription functionality next 🫶🏻

uixmat avatar Mar 10 '24 15:03 uixmat

Nice, let me know if you need help :)

pclavelloux avatar Mar 12 '24 21:03 pclavelloux