Keep this page private! Don't share publicly.
When a customer emails you about a restore request, verify their payment in Stripe, then generate an unlock link and email it back to them.
⚠️ This link will unlock the pack permanently on whichever device clicks it.
Your current payment links don't redirect users back to the app after payment. Follow these steps to fix:
Go to Stripe Dashboard → Payment Links
https://dashboard.stripe.com/payment-links
Click on each payment link to edit it
Go to "After payment" section
Select "Redirect customers to your website"
Enter the redirect URL for each pack:
https://spellmojo.com/?purchase=success&pack=wizarding
https://spellmojo.com/?purchase=success&pack=galaxy
https://spellmojo.com/?purchase=success&pack=world
https://spellmojo.com/?purchase=success&pack=cinema
https://spellmojo.com/?purchase=success&pack=music
https://spellmojo.com/?purchase=success&pack=dino
The unlock links use a secret key: mojo2024secret
If you want to change this, edit the ADMIN_SECRET variable in app.js