1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-09 20:52:56 +01:00

Working on Bitcoin with Stripe

This commit is contained in:
Hillel Coren 2017-10-23 23:09:38 +03:00
parent 0a6855d19d
commit fa117e0837

View File

@ -8,6 +8,8 @@
$(function() {
var qrcode = new QRCode(document.getElementById("qrcode"), {
text: "{{ $source['bitcoin']['uri'] }}",
width: 300,
height: 300,
});
});
</script>
@ -27,7 +29,9 @@
{!! Button::normal(strtoupper(trans('texts.cancel')))->large()->asLinkTo($invitation->getLink()) !!}
</div>
<div class="col-md-6">
<div id="qrcode"></div>
<center>
<div id="qrcode"></div>
</center>
</div>
</div>