feat(Payment): add CREDIT payment method
This commit is contained in:
@@ -21,3 +21,4 @@ class TestPaymentMethods(TestCase, LoginMixin):
|
||||
self.assertIn('CASH', [method.get('value') for method in methods])
|
||||
self.assertIn('CONFIAR', [method.get('value') for method in methods])
|
||||
self.assertIn('BANCOLOMBIA', [method.get('value') for method in methods])
|
||||
self.assertIn('CREDIT', [method.get('value') for method in methods])
|
||||
|
||||
Reference in New Issue
Block a user