mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-23 20:00:33 -04:00
Wrap gateway logos in asset() so we can host under /appname/ without issue
This commit is contained in:
parent
24d2357799
commit
5d05eec037
@ -134,7 +134,7 @@ class AccountController extends \BaseController {
|
||||
$arrayItem = array(
|
||||
'value' => $recommendedGateway->id,
|
||||
'other' => 'false',
|
||||
'data-imageUrl' => $recommendedGateway->getLogoUrl(),
|
||||
'data-imageUrl' => asset($recommendedGateway->getLogoUrl()),
|
||||
'data-siteUrl' => $recommendedGateway->site_url
|
||||
);
|
||||
$recommendedGatewayArray[$recommendedGateway->name] = $arrayItem;
|
||||
|
Loading…
x
Reference in New Issue
Block a user