fix(billing): update default trial days to 8 in cashier config
Increase the default trial duration from 7 to 8 days in the cashier configuration to better align with user feedback and improve trial experience.
This commit is contained in:
parent
e8fcbfa230
commit
2fff7f66f3
1 changed files with 1 additions and 1 deletions
|
|
@ -135,6 +135,6 @@
|
|||
|
|
||||
*/
|
||||
|
||||
'trial_days' => env('CASHIER_TRIAL_DAYS', 7),
|
||||
'trial_days' => env('CASHIER_TRIAL_DAYS', 8),
|
||||
|
||||
];
|
||||
|
|
|
|||
Loading…
Reference in a new issue