Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

You're missing out on donations through Liberapay #2254

Open
purpleidea opened this issue Jun 7, 2023 · 2 comments
Open

You're missing out on donations through Liberapay #2254

purpleidea opened this issue Jun 7, 2023 · 2 comments
Labels
documentation things that need to be explained better

Comments

@purpleidea
Copy link

I've been getting these notifications for a while:

You're missing out on donations through Liberapay

I never finished completing some aspect of my account setup, even though I've never been given a donation on the platform... It just occurred to me:

Are there pending donations I don't know about? Are there funds waiting I just don't know about? Are donators getting blocked from donating as a result of this? Are these emails generated everytime someone tries to donate??

Thanks for clarifying, this is not very clear at the moment. I tried looking into the code, but I figured it's better to ask.

Cheers

@ysfchn
Copy link

ysfchn commented Jun 8, 2023

It appears to be just a reminder to set up your account, and the reminder repeating itself in paydays - at least as far I understood from a quick code search.

self.generate_payment_account_required_notifications()

if participant.payment_providers > 0:
participant.mark_notifications_as_read('payment_account_required')

@Changaco
Copy link
Member

Changaco commented Jun 8, 2023

@purpleidea

Are there pending donations I don't know about?

Kind of. You're receiving these notifications every 6 months because someone tried to donate money to you 5 years ago. Obviously that was a long time ago and there's no guarantee that you'll receive anything from that donor even if you connect a payment account.

Are there funds waiting I just don't know about?

No.

Are donators getting blocked from donating as a result of this?

Yes.

Are these emails generated everytime someone tries to donate?

No.

@Changaco Changaco added the documentation things that need to be explained better label Jun 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation things that need to be explained better
Development

No branches or pull requests

3 participants