Fix for checkouit.com integration
This commit is contained in:
parent
4a85715ee7
commit
6bf948c8ed
1 changed files with 5 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue