works on paypal sandbox - until create subscription
This commit is contained in:
@@ -57,6 +57,7 @@ class BillingForm(forms.Form):
|
||||
max_digits=8)
|
||||
plan = forms.IntegerField(widget=forms.HiddenInput())
|
||||
payment_method_nonce = forms.CharField(max_length=255,required=True)
|
||||
paymenttype = forms.CharField(max_length=255,required=True)
|
||||
tac= forms.BooleanField(required=True,initial=False)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user