mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-11-03 23:17:32 -05:00 
			
		
		
		
	Merge: PayPal Express with Braintree
This commit is contained in:
		
							parent
							
								
									93de597a27
								
							
						
					
					
						commit
						744c6d923c
					
				@ -32,7 +32,7 @@
 | 
			
		||||
		    }
 | 
			
		||||
		</style>
 | 
			
		||||
 | 
			
		||||
    @if (!empty($transactionToken) && $accountGateway->gateway_id == GATEWAY_BRAINTREE)
 | 
			
		||||
    @if (!empty($transactionToken) && $accountGateway->gateway_id == GATEWAY_BRAINTREE && $accountGateway->getPayPalEnabled())
 | 
			
		||||
        <div id="paypal-container"></div>
 | 
			
		||||
        <script type="text/javascript" src="https://js.braintreegateway.com/js/braintree-2.23.0.min.js"></script>
 | 
			
		||||
        <script type="text/javascript" >
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user