class PayU(PaymentMethod):
is_onetime = True
slug = 'payu'
- name = 'PayU'
template_name = 'club/payment/payu.html'
def __init__(self, pos_id):
class PayURe(PaymentMethod):
slug='payu-re'
- name = 'PayU (płatność odnawialna)'
template_name = 'club/payment/payu-re.html'
is_recurring = True
class PayPal(PaymentMethod):
slug='paypal'
- name = 'PayPal (płatność odnawialna)'
template_name = 'club/payment/paypal.html'
is_recurring = True
is_onetime = True