mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-16 16:13:20 +01:00
12 lines
291 B
PHP
12 lines
291 B
PHP
@extends('payments.credit_card')
|
|
|
|
@section('head')
|
|
@parent
|
|
|
|
@if ($accountGateway->getPublishableKey())
|
|
<script type="text/javascript" src="https://js.stripe.com/v2/"></script>
|
|
<script type="text/javascript" src="https://js.stripe.com/v3/"></script>
|
|
|
|
@endif
|
|
@stop
|