#9 feat(Customer): add address_external_id field.

This commit is contained in:
2025-07-19 19:04:58 -05:00
parent cf0f6dc4b5
commit 81e4c0bc0d
3 changed files with 20 additions and 0 deletions

View File

@@ -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()