SuperSeller3000/tests
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
..
Integration/Infrastructure/Channel feat: eBay business policies + per-adapter admin navigation 2026-05-19 07:13:51 +00:00
Unit feat: eBay business policies + per-adapter admin navigation 2026-05-19 07:13:51 +00:00
bootstrap.php chore: add tooling config, test bootstrap, env templates and docs 2026-05-17 22:44:16 +00:00
Pest.php feat: add PHPStan level 9, PHP CS Fixer, Pest; fix docker user=1000 to avoid root-owned files 2026-05-14 04:25:30 +00:00