mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-23 20:00:33 -04:00
Fix for checkouit.com integration
This commit is contained in:
parent
4a85715ee7
commit
6bf948c8ed
@ -1,4 +1,8 @@
|
||||
<script src="https://sandbox.checkout.com/js/v1/checkout.js"></script>
|
||||
@if ($checkoutComDebug)
|
||||
<script src="https://sandbox.checkout.com/js/v1/checkout.js"></script>
|
||||
@else
|
||||
<script src="https://cdn.checkout.com/js/checkout.js"></script>
|
||||
@endif
|
||||
|
||||
<form method="POST" class="payment-form">
|
||||
<script>
|
||||
|
Loading…
x
Reference in New Issue
Block a user