Changeset - e2687cfa6fb1
[Not reviewed]
0 1 0
Christopher Neugebauer - 8 years ago 2016-04-25 06:45:42
chrisjrn@gmail.com
Stops testing using ManualPayment, and just uses PaymentBase instead
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
registrasion/tests/controller_helpers.py
Show inline comments
...
 
@@ -45,7 +45,7 @@ class TestingInvoiceController(InvoiceController):
 
            self.validate_allowed_to_pay()
 

	
 
        ''' Adds a payment '''
 
        commerce.ManualPayment.objects.create(
 
        commerce.PaymentBase.objects.create(
 
            invoice=self.invoice,
 
            reference=reference,
 
            amount=amount,
0 comments (0 inline, 0 general)