common: store unused logger parameter

This commit is contained in:
Benjamin Dauvergne 2013-05-15 15:19:18 +02:00
parent 0020cb511a
commit 1bdb3a8c88
1 changed files with 1 additions and 0 deletions

View File

@ -74,6 +74,7 @@ class PaymentCommon(object):
BANK_ID = '__bank_id'
def __init__(self, options, logger=LOGGER):
self.logger = logger
logger.debug('initializing with options %s' % options)
for value in self.description['parameters']:
key = value['name']