Hide logo on public payment page if white label
This commit is contained in:
parent
0fa30fb55f
commit
e054c4d9e4
1 changed files with 1 additions and 0 deletions
|
|
@ -325,6 +325,7 @@ class PaymentController extends BaseController
|
|||
'countries' => Cache::get('countries'),
|
||||
'currencyId' => $client->currency_id,
|
||||
'account' => $client->account,
|
||||
'hideLogo' => $account->isWhiteLabel(),
|
||||
];
|
||||
|
||||
return View::make('payments.payment', $data);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue