mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-06 14:34:35 -04:00
adjustments for acss
This commit is contained in:
parent
9865ed5c2e
commit
a43db8f11e
@ -60,7 +60,7 @@
|
|||||||
<script>
|
<script>
|
||||||
|
|
||||||
@if($company_gateway->getConfigField('account_id'))
|
@if($company_gateway->getConfigField('account_id'))
|
||||||
var stripe = Stripe({{ config('ninja.ninja_stripe_publishable_key') }}, {
|
var stripe = Stripe('{{ config('ninja.ninja_stripe_publishable_key') }}', {
|
||||||
stripeAccount: '{{ $company_gateway->getConfigField('account_id') }}',
|
stripeAccount: '{{ $company_gateway->getConfigField('account_id') }}',
|
||||||
});
|
});
|
||||||
@else
|
@else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user