payments: remove obsolete logger argument of eopayment.Payment (#8596)

This commit is contained in:
Frédéric Péters 2015-10-10 09:23:26 +02:00
parent a685a0ef40
commit d8e137c2e2
1 changed files with 1 additions and 2 deletions

View File

@ -48,8 +48,7 @@ class Regie(StorableObject):
def get_payment_object(self):
return eopayment.Payment(kind=self.service,
options=self.service_options,
logger=get_logger())
options=self.service_options)
class Invoice(StorableObject):