mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-11-04 01:17:30 -05:00 
			
		
		
		
	Square SCA
This commit is contained in:
		
							parent
							
								
									9dafb97663
								
							
						
					
					
						commit
						c43804c190
					
				@ -4,7 +4,7 @@
 | 
			
		||||
@section('gateway_head')
 | 
			
		||||
    <meta name="square-appId" content="{{ $gateway->company_gateway->getConfigField('applicationId') }}">
 | 
			
		||||
    <meta name="square-locationId" content="{{ $gateway->company_gateway->getConfigField('locationId') }}">
 | 
			
		||||
    <meta name="square_contact" content="{{ @json($square_contact) }}">
 | 
			
		||||
    <meta name="square_contact" content="{{ json_encode($square_contact) }}">
 | 
			
		||||
    <meta name="amount" content="{{ $amount }}">
 | 
			
		||||
    <meta name="currencyCode" content="{{ $currencyCode }}">
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user