fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
minor visual
[wolnelektury.git]
/
src
/
club
/
payment_methods.py
diff --git
a/src/club/payment_methods.py
b/src/club/payment_methods.py
index
7657701
..
1b27bd3
100644
(file)
--- a/
src/club/payment_methods.py
+++ b/
src/club/payment_methods.py
@@
-16,7
+16,6
@@
class PaymentMethod(object):
class PayU(PaymentMethod):
is_onetime = True
slug = 'payu'
class PayU(PaymentMethod):
is_onetime = True
slug = 'payu'
- name = 'PayU'
template_name = 'club/payment/payu.html'
def __init__(self, pos_id):
template_name = 'club/payment/payu.html'
def __init__(self, pos_id):
@@
-35,7
+34,6
@@
class PayU(PaymentMethod):
class PayURe(PaymentMethod):
slug='payu-re'
class PayURe(PaymentMethod):
slug='payu-re'
- name = 'PayU (płatność odnawialna)'
template_name = 'club/payment/payu-re.html'
is_recurring = True
template_name = 'club/payment/payu-re.html'
is_recurring = True
@@
-62,7
+60,6
@@
class PayURe(PaymentMethod):
class PayPal(PaymentMethod):
slug='paypal'
class PayPal(PaymentMethod):
slug='paypal'
- name = 'PayPal (płatność odnawialna)'
template_name = 'club/payment/paypal.html'
is_recurring = True
is_onetime = True
template_name = 'club/payment/paypal.html'
is_recurring = True
is_onetime = True