1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-16 16:13:20 +01:00
invoiceninja/resources/views/payments/stripe/credit_card.blade.php
2019-01-30 22:25:07 +11:00

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