Private
Public Access
1
0
This commit is contained in:
Sander Roosendaal
2019-08-09 11:46:15 +02:00
parent 9d66fcc3f7
commit 886a7a54ae
2 changed files with 6 additions and 0 deletions

View File

@@ -372,6 +372,7 @@ class PaymentTest(TestCase):
'plan': plans[1].id,
'payment_method_nonce': 'aap',
'tac':'tac',
'paymenttype': 'CreditCard'
}
form = BillingForm(form_data)
@@ -416,6 +417,7 @@ class PaymentTest(TestCase):
'amount':'15.00',
'plan': plans[1].id,
'payment_method_nonce': 'aap',
'paymenttype': 'CreditCard',
'tac':'tac',
}
@@ -460,6 +462,7 @@ class PaymentTest(TestCase):
'amount':'15.00',
'plan': plans[1].id,
'payment_method_nonce': 'aap',
'paymenttype': 'CreditCard',
'tac':'tac',
}
@@ -504,6 +507,7 @@ class PaymentTest(TestCase):
'amount':'15.00',
'plan': plans[1].id,
'payment_method_nonce': 'aap',
'paymenttype': 'CreditCard',
'tac':True,
}
@@ -553,6 +557,7 @@ class PaymentTest(TestCase):
'amount':'15.00',
'plan': plans[1].id,
'payment_method_nonce': 'aap',
'paymenttype': 'CreditCard',
'tac':True,
}
@@ -597,6 +602,7 @@ class PaymentTest(TestCase):
'amount':'15.00',
'plan': plans[1].id,
'payment_method_nonce': 'aap',
'paymenttype': 'CreditCard',
'tac':True,
}

Binary file not shown.