buy now flow complete except email confirmation
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user