Example #1
0
 def __call__(self):
     processor = IPaymentProcessor(self.context)
     utility = getUtility(IPaymentMethod, name='eMailPayment')
     return translate(_(processor.processPayment(self, utility)), context=self.request)