Fixes for ninja plans

This commit is contained in:
David Bomba 2023-01-28 09:47:57 +11:00
parent 6abea7bc9c
commit dad9766b26

View File

@ -218,7 +218,7 @@ class NinjaPlanController extends Controller
if ($account) {
//offer the option to have a free trial
if (!$account->is_trial) {
if (!$account->plan && !$account->is_trial) {
return $this->trial();
}