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…
Reference in New Issue