coolify/tests/Feature/Subscription
Andras Bacsai 638f1d37f1 feat(subscription): add billing interval to price preview
Extract and return the billing interval (month/year) from subscription pricing
data in fetchPricePreview. Update the view to dynamically display the correct
billing period based on the preview response instead of using static PHP logic.
2026-03-27 19:05:13 +01:00
..
CancelSubscriptionActionsTest.php
RefundSubscriptionTest.php
ResumeSubscriptionTest.php
StripeProcessJobTest.php fix(subscription): prevent duplicate subscriptions with updateOrCreate 2026-03-24 10:52:41 +01:00
TeamSubscriptionEndedTest.php
UpdateSubscriptionQuantityTest.php feat(subscription): add billing interval to price preview 2026-03-27 19:05:13 +01:00
VerifyStripeSubscriptionStatusJobTest.php