SuperSeller3000/tests/Unit/Infrastructure
Simon Kuehn 6bd8e0bec8
Some checks are pending
CI / test (push) Waiting to run
feat: eBay business policies + per-adapter admin navigation
- ArticleTypePlatformConfig: fulfillmentPolicyId, paymentPolicyId,
  returnPolicyId, merchantLocationKey (all nullable)
- EbayAccountApiClient: fetches Fulfillment/Payment/Return policies
  from eBay Account API (/sell/account/v1)
- EbayInventoryApiClient: adds getLocations()
- EbayPolicyProvider: aggregates choices with 5 min cache; returns
  empty array on API failure so the form degrades to TextField
- EbayAdapter: reads real ArticleTypePlatformConfig (category ID no
  longer hardcoded), passes listingPolicies + merchantLocationKey
  into createOffer() when set
- EbayArticleTypePlatformConfigCrudController: live policy dropdowns
  from EbayPolicyProvider; fallback to TextField with help text
- DashboardController: eBay subMenu with Kategorie-Konfigurationen
- 7 new unit tests for EbayAdapter policy scenarios

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-19 07:13:51 +00:00
..
Admin feat: required/optional attribute sections in ArticleType form 2026-05-17 22:43:42 +00:00
AI fix: vision agent serial-bleed regex + fix broken agent unit tests 2026-05-18 16:57:01 +00:00
Channel feat: eBay business policies + per-adapter admin navigation 2026-05-19 07:13:51 +00:00
Console feat: admin panel, Mistral client, attribute management, API key command 2026-05-17 20:15:13 +00:00
Form feat: admin panel, Mistral client, attribute management, API key command 2026-05-17 20:15:13 +00:00
Messenger/Handler feat: add Symfony Messenger pipeline with AI agents and handlers 2026-05-17 22:43:47 +00:00
Order feat: add eBay and Frappe channel adapters with order infrastructure 2026-05-17 22:43:52 +00:00
Security feat: add security layer, domain repositories and infrastructure services 2026-05-17 22:43:58 +00:00