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

Fixed the atomic transaction issue #1768

Open
wants to merge 12 commits into
base: main
Choose a base branch
from

Conversation

arpan8925
Copy link
Contributor

  1. Added @transaction.atomic decorator to the checkout_session_completed method

  2. All database operations are now wrapped in a transaction:

     - Creating/getting the DjangoHero
     - Creating the Donation
     - Creating the Payment (for one-time donations)
    

@arpan8925
Copy link
Contributor Author

Solved issue of #1764

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.

1 participant