Fix for checkouit.com integration

This commit is contained in:
Hillel Coren 2016-03-09 20:31:54 +02:00
parent 4a85715ee7
commit 6bf948c8ed

View File

@ -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>