- BillingController::index reads onTrial from Account::isOnTrial() (covers generic trial without a Stripe subscription) and falls back to account.trial_ends_at when no subscription exists. Vue page already had the badge + 'Trial ends' UI wired — just needed the right props. - Drop default trial_days from 8 to 7 for consistency with messaging. |
||
|---|---|---|
| .. | ||
| AuthenticationTest.php | ||
| ConnectProviderTest.php | ||
| EmailVerificationTest.php | ||
| PasswordResetTest.php | ||
| RegistrationTest.php | ||
| SignupUtmTrackingTest.php | ||
| TrialOnSignupTest.php | ||
| VerificationNotificationTest.php | ||