refund policy updated
This commit is contained in:
@@ -44,6 +44,7 @@ class BillingForm(forms.Form):
|
||||
max_digits=8)
|
||||
plan = forms.IntegerField(widget=forms.HiddenInput())
|
||||
payment_method_nonce = forms.CharField(max_length=255,required=True)
|
||||
tac= forms.BooleanField(required=True,initial=False)
|
||||
|
||||
|
||||
# login form
|
||||
|
||||
Reference in New Issue
Block a user