mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-04 01:54:36 -04:00
adjustments for acss
This commit is contained in:
parent
9865ed5c2e
commit
a43db8f11e
@ -60,7 +60,7 @@
|
||||
<script>
|
||||
|
||||
@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') }}',
|
||||
});
|
||||
@else
|
||||
|
Loading…
x
Reference in New Issue
Block a user