diff --git a/app/Jobs/Account/CreateAccount.php b/app/Jobs/Account/CreateAccount.php index 3c03138d04d1..9436ff420e40 100644 --- a/app/Jobs/Account/CreateAccount.php +++ b/app/Jobs/Account/CreateAccount.php @@ -81,6 +81,7 @@ class CreateAccount { $sp794f3f->trial_started = now(); $sp794f3f->trial_plan = 'pro'; + $sp794f3f->plan = 'pro'; $sp794f3f->save(); }