diff options
author | Magnus Hagander | 2013-12-08 18:32:11 +0000 |
---|---|---|
committer | Magnus Hagander | 2013-12-08 18:32:11 +0000 |
commit | 693f93df9490f9a3121b51b0bb8ad1ea8ff38f6e (patch) | |
tree | e161ead45fc927718a16974f10e9726692c6e601 /postgresqleu/adyen | |
parent | 8e3cf93353f5624a69a736bda0c05dd7cd8433d6 (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.py | 2 |
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 |