Re-work API for payment settings fields

This commit is contained in:
Raphael Michel
2015-03-15 19:02:38 +01:00
parent b6bda537e8
commit 41f816388b
5 changed files with 81 additions and 59 deletions

View File

@@ -8,8 +8,6 @@ from pretix.base.payment import BasePaymentProvider
class Stripe(BasePaymentProvider):
identifier = 'stripe'
verbose_name = _('Credit Card via Stripe')
settings_form_fields = OrderedDict([
])
checkout_form_fields = OrderedDict([
('cc_number',
forms.CharField(