mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-08-11 10:04:05 -04: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