mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Fix for checkouit.com integration
This commit is contained in:
parent
be922725cd
commit
4a85715ee7
@ -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 }}',
|
||||
|
Loading…
x
Reference in New Issue
Block a user