diff options
Diffstat (limited to 'postgresqleu/paypal/views.py')
| -rw-r--r-- | postgresqleu/paypal/views.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/postgresqleu/paypal/views.py b/postgresqleu/paypal/views.py index eda121a3..d0522f58 100644 --- a/postgresqleu/paypal/views.py +++ b/postgresqleu/paypal/views.py @@ -14,6 +14,7 @@ from postgresqleu.accounting.util import create_accounting_entry from models import TransactionInfo, ErrorLog, SourceAccount + @transaction.atomic def paypal_return_handler(request): tx = 'UNKNOWN' |
