From 693f93df9490f9a3121b51b0bb8ad1ea8ff38f6e Mon Sep 17 00:00:00 2001 From: Magnus Hagander Date: Sun, 8 Dec 2013 19:32:11 +0100 Subject: 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. --- postgresqleu/adyen/util.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'postgresqleu/adyen/util.py') 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 -- cgit v1.2.3