Fix for checkout.com

This commit is contained in:
Hillel Coren 2018-12-10 15:29:58 +02:00
parent faccc034dd
commit deda9b488b

View file

@ -1,5 +1,5 @@
@if ($accountGateway->getConfigField('testMode'))
<script src="https://sandbox.checkout.com/js/v1/checkout.js"></script>
<script src="https://cdn.checkout.com/sandbox/js/checkout.js"></script>
@else
<script src="https://cdn.checkout.com/js/checkout.js"></script>
@endif