Hide logo on public payment page if white label

This commit is contained in:
Ben Cole 2015-05-26 21:40:53 -07:00
parent 0fa30fb55f
commit e054c4d9e4

View File

@ -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);