mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-11-04 08:17:32 -05: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(
 | 
									$arrayItem = array(
 | 
				
			||||||
					'value' => $recommendedGateway->id,
 | 
										'value' => $recommendedGateway->id,
 | 
				
			||||||
					'other' => 'false',
 | 
										'other' => 'false',
 | 
				
			||||||
					'data-imageUrl' => $recommendedGateway->getLogoUrl(),
 | 
										'data-imageUrl' => asset($recommendedGateway->getLogoUrl()),
 | 
				
			||||||
					'data-siteUrl' => $recommendedGateway->site_url
 | 
										'data-siteUrl' => $recommendedGateway->site_url
 | 
				
			||||||
				);
 | 
									);
 | 
				
			||||||
				$recommendedGatewayArray[$recommendedGateway->name] = $arrayItem;
 | 
									$recommendedGatewayArray[$recommendedGateway->name] = $arrayItem;
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user