Exemplo n.º 1
0
def payments_hook():
    '''
  Track all Paymill events
  through mail hooks
  '''
    from payments.hook import PaymillHook
    ph = PaymillHook()
    ph.run()
Exemplo n.º 2
0
Arquivo: tasks.py Projeto: La0/coach
def payments_hook():
  '''
  Track all Paymill events
  through mail hooks
  '''
  from payments.hook import PaymillHook
  ph = PaymillHook()
  ph.run()
Exemplo n.º 3
0
  def handle(self, *args, **kwargs):
    '''
    Run Paymill hook once
    Mainly for dev purposes
    '''

    ph = PaymillHook()
    ph.run()
Exemplo n.º 4
0
    def handle(self, *args, **kwargs):
        '''
    Run Paymill hook once
    Mainly for dev purposes
    '''

        ph = PaymillHook()
        ph.run()