Private
Public Access
1
0

buy now flow complete except email confirmation

This commit is contained in:
Sander Roosendaal
2018-12-19 17:23:34 +01:00
parent fa61957be7
commit d70725f2b3
12 changed files with 512 additions and 113 deletions

View File

@@ -22,7 +22,8 @@ from metrics import axes
# BillingForm form
class BillingForm(forms.Form):
amount = forms.FloatField(required=True)
payment_method_nonce = forms.CharField(max_length=255)
plan = forms.IntegerField(widget=forms.HiddenInput())
payment_method_nonce = forms.CharField(max_length=255,required=True)
# login form