PR #89 includes the following changes:
Bug Fixes
- Fixed an issue where the
shopify__customersmodel incorrectly displayed NULL values for thecustomer_tagsfield for customers without orders. Updated the logic to ensure customer tags are retrieved even if no orders have been placed for that customer.
Under the Hood
- Updated seed data to include customers without orders, verifying that their tags are correctly pulled through.
- Added consistency and integrity tests for the
shopify__customersmodel to ensure accurate handling of customer tags for all customers.
Full Changelog: v0.13.1...v0.13.2