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

Add crowdfunding page and stripe_payments app #1029

Merged
merged 3 commits into from
Aug 5, 2024

Conversation

amakarudze
Copy link
Contributor

Changes in this PR

  • Add stripe_payments app
  • Add crowdfunding page to donations app
  • Add crowdfunding links to menu
  • Add tests for crowdfunding page

Copy link
Contributor

@carltongibson carltongibson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good. Thanks @amakarudze

@amakarudze
Copy link
Contributor Author

Looks good. Thanks @amakarudze

Thanks @carltongibson for your help on this. I just changed to pick payments from 1 August 2024.

@amakarudze amakarudze merged commit 34fd267 into DjangoGirls:main Aug 5, 2024
4 checks passed

stripe_charges = stripe.Charge.list(
limit=100,
created={"gt": int(last_fetched.timestamp())} if last_fetched else {"gt": int(begin.timestamp())},
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So I didn't test the begin fallback, but it looks correct to me. 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants