tested
This commit is contained in:
@@ -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,
|
||||
}
|
||||
|
||||
|
||||
BIN
rowers/tests/testdata/testdata.csv.gz
vendored
BIN
rowers/tests/testdata/testdata.csv.gz
vendored
Binary file not shown.
Reference in New Issue
Block a user