#9 feat(Sale): add external_id field.
This commit is contained in:
		| @@ -14,6 +14,7 @@ class TestCustomer(TestCase): | ||||
|         customer.save() | ||||
|  | ||||
|         self.assertIsInstance(customer, Customer) | ||||
|         self.assertIsNone(customer.external_id) | ||||
|  | ||||
|     def test_don_create_customer_without_name(self): | ||||
|         customer = Customer() | ||||
|   | ||||
		Reference in New Issue
	
	Block a user