-
Notifications
You must be signed in to change notification settings - Fork 1
Description
Before/after people pay member dues we need to make sure they have a Discord account linked to their Club Manager account and prompt users to do so if they haven't already. This was a little bit of a pain point for me yesterday since a lot of people paid member dues through the link on the Discord announcement, not through the /pay
Discord command which won't provide the payment link if a user hasn't run /link
yet.
On the note of the /link
Discord command, It seems that some people found it a little confusing and that they had to run /pay
after linking. So it would be great if we could just redirect straight to the payment page after a user links their Club Manager account to Discord. Whenever we send out the linking email we could probably throw a query parameter into the link that has a route we want to redirect to after a user has paid.