From a04f2be3b4750a183fbab2055f3eddf900726569 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Thu, 15 Jul 2021 13:03:24 +1000 Subject: [PATCH] Minor Fixes --- app/Jobs/Account/CreateAccount.php | 1 + 1 file changed, 1 insertion(+) 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(); }