Pass UID or other variables on route?
-
What's the purpose of this?
-
I would like to create a link that passes the user's id to paypal, so when they donate directly through paypal, they can all my callback url with the variable, so I can make it create a topic and set the topic creator as the one that donated.
-
Well you could maybe use a
javascript:
link.javascript:window.open('paypal.com/.../?uid=' + app.user.uid)
Copyright © 2024 NodeBB | Contributors