summaryrefslogtreecommitdiff
path: root/postgresqleu/adyen
diff options
context:
space:
mode:
authorMagnus Hagander2013-12-08 18:32:11 +0000
committerMagnus Hagander2013-12-08 18:32:11 +0000
commit693f93df9490f9a3121b51b0bb8ad1ea8ff38f6e (patch)
treee161ead45fc927718a16974f10e9726692c6e601 /postgresqleu/adyen
parent8e3cf93353f5624a69a736bda0c05dd7cd8433d6 (diff)
Temporarily disable creation of automatic accounting entries
To make sure we don't stop payments from working while working on setting up the base information.
Diffstat (limited to 'postgresqleu/adyen')
-rw-r--r--postgresqleu/adyen/util.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/postgresqleu/adyen/util.py b/postgresqleu/adyen/util.py
index fdc7e7c1..0feb0248 100644
--- a/postgresqleu/adyen/util.py
+++ b/postgresqleu/adyen/util.py
@@ -53,7 +53,7 @@ def process_authorization(notification):
accrows = [
(settings.ACCOUNTING_ADYEN_AUTHORIZED_ACCOUNT, accstr, -trans.amount, None),
]
- create_accounting_entry(date.today(), accrows, True)
+ #create_accounting_entry(date.today(), accrows, True)
return
# Process a payment on the primary account