laravel-shop/tests
Fabian @ Blax Software 8594af4236 fix(subscriptions): grant every product in a multi-item (bundle) subscription
callProductActions() now resolves and runs actions for ALL subscription line items (new resolveProducts()), not just items()->first(), so combined/configurator bundle subscriptions fulfill every product instead of silently granting only the first. resolveProduct() is kept for single-product callers; product_id is still cached to the first resolved product. Adds a multi-item bundle regression test to SubscriptionLifecycleTest.
2026-06-09 19:29:14 +02:00
..
Feature fix(subscriptions): grant every product in a multi-item (bundle) subscription 2026-06-09 19:29:14 +02:00
Unit test: pin clock in loan-vocabulary test; docs: bump suite counts to 1400/3755 2026-06-02 09:48:26 +02:00
TestCase.php feat(subscriptions): Cashier-backed subscription lifecycle with product link + events 2026-06-02 11:40:15 +02:00
bootstrap.php I tests & structure 2025-11-29 12:05:02 +01:00