diff options
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 |