Fixes for ninja plans
This commit is contained in:
parent
6abea7bc9c
commit
dad9766b26
1 changed files with 1 additions and 1 deletions
|
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue