Merge pull request #6533 from turbo124/v5-develop
minor fixes for ninja hosted
This commit is contained in:
commit
c45756a5a6
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ class NinjaPlanController extends Controller
|
|||
$account = $client_contact->company->account;
|
||||
|
||||
/* Current paid users get pushed straight to subscription overview page*/
|
||||
if($account->isPaid())
|
||||
if($account->isPaidHostedClient())
|
||||
return redirect('/client/subscriptions');
|
||||
|
||||
/* Users that are not paid get pushed to a custom purchase page */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue