Fix for checkouit.com integration

This commit is contained in:
Hillel Coren 2016-03-09 17:07:01 +02:00
parent be922725cd
commit 4a85715ee7

View File

@ -3,7 +3,7 @@
<form method="POST" class="payment-form">
<script>
Checkout.render({
debugMode: {{ $checkoutComDebug }},
debugMode: {{ $checkoutComDebug ? 'true' : 'false' }},
publicKey: '{{ $checkoutComKey }}',
paymentToken: '{{ $checkoutComToken }}',
customerEmail: '{{ $contact->email }}',