laravel-shop/tests/Feature/Checkout
Fabian @ Blax Software db827bbb8c feat(enums): add SERVICE product type; fix flaky multi-product checkout test
- ProductType::SERVICE for intangible/served products (subscriptions, licences,
  consulting) — no stock, behaves like SIMPLE for cart purposes. Lets hosts
  whose catalogue includes services adopt the package without a value clash.
- it_creates_separate_line_items_for_multiple_products pinned its two prices to
  one_time; without a type the factory randomised it and could mix recurring +
  one-time, tripping MixedCheckoutModeException intermittently.
2026-06-03 09:49:12 +02:00
..
CartCheckoutSessionTest.php feat(enums): add SERVICE product type; fix flaky multi-product checkout test 2026-06-03 09:49:12 +02:00
CheckoutStockValidationTest.php BF pool cart bug, R structure 2025-12-30 10:55:06 +01:00
OrderCheckoutFlowTest.php BFI cart / orders 2026-01-05 10:30:21 +01:00
PaymentMethodFieldsTest.php BF pool cart bug, R structure 2025-12-30 10:55:06 +01:00
PaymentProviderTest.php BF pool cart bug, R structure 2025-12-30 10:55:06 +01:00
PurchaseFlowTest.php BF edgecases, R structure, A tests 2026-05-18 13:05:38 +02:00