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