tested
This commit is contained in:
@@ -372,6 +372,7 @@ class PaymentTest(TestCase):
|
|||||||
'plan': plans[1].id,
|
'plan': plans[1].id,
|
||||||
'payment_method_nonce': 'aap',
|
'payment_method_nonce': 'aap',
|
||||||
'tac':'tac',
|
'tac':'tac',
|
||||||
|
'paymenttype': 'CreditCard'
|
||||||
}
|
}
|
||||||
|
|
||||||
form = BillingForm(form_data)
|
form = BillingForm(form_data)
|
||||||
@@ -416,6 +417,7 @@ class PaymentTest(TestCase):
|
|||||||
'amount':'15.00',
|
'amount':'15.00',
|
||||||
'plan': plans[1].id,
|
'plan': plans[1].id,
|
||||||
'payment_method_nonce': 'aap',
|
'payment_method_nonce': 'aap',
|
||||||
|
'paymenttype': 'CreditCard',
|
||||||
'tac':'tac',
|
'tac':'tac',
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -460,6 +462,7 @@ class PaymentTest(TestCase):
|
|||||||
'amount':'15.00',
|
'amount':'15.00',
|
||||||
'plan': plans[1].id,
|
'plan': plans[1].id,
|
||||||
'payment_method_nonce': 'aap',
|
'payment_method_nonce': 'aap',
|
||||||
|
'paymenttype': 'CreditCard',
|
||||||
'tac':'tac',
|
'tac':'tac',
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -504,6 +507,7 @@ class PaymentTest(TestCase):
|
|||||||
'amount':'15.00',
|
'amount':'15.00',
|
||||||
'plan': plans[1].id,
|
'plan': plans[1].id,
|
||||||
'payment_method_nonce': 'aap',
|
'payment_method_nonce': 'aap',
|
||||||
|
'paymenttype': 'CreditCard',
|
||||||
'tac':True,
|
'tac':True,
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -553,6 +557,7 @@ class PaymentTest(TestCase):
|
|||||||
'amount':'15.00',
|
'amount':'15.00',
|
||||||
'plan': plans[1].id,
|
'plan': plans[1].id,
|
||||||
'payment_method_nonce': 'aap',
|
'payment_method_nonce': 'aap',
|
||||||
|
'paymenttype': 'CreditCard',
|
||||||
'tac':True,
|
'tac':True,
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -597,6 +602,7 @@ class PaymentTest(TestCase):
|
|||||||
'amount':'15.00',
|
'amount':'15.00',
|
||||||
'plan': plans[1].id,
|
'plan': plans[1].id,
|
||||||
'payment_method_nonce': 'aap',
|
'payment_method_nonce': 'aap',
|
||||||
|
'paymenttype': 'CreditCard',
|
||||||
'tac':True,
|
'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