mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Working on Bitcoin with Stripe
This commit is contained in:
parent
0a6855d19d
commit
fa117e0837
@ -8,6 +8,8 @@
|
|||||||
$(function() {
|
$(function() {
|
||||||
var qrcode = new QRCode(document.getElementById("qrcode"), {
|
var qrcode = new QRCode(document.getElementById("qrcode"), {
|
||||||
text: "{{ $source['bitcoin']['uri'] }}",
|
text: "{{ $source['bitcoin']['uri'] }}",
|
||||||
|
width: 300,
|
||||||
|
height: 300,
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
@ -27,7 +29,9 @@
|
|||||||
{!! Button::normal(strtoupper(trans('texts.cancel')))->large()->asLinkTo($invitation->getLink()) !!}
|
{!! Button::normal(strtoupper(trans('texts.cancel')))->large()->asLinkTo($invitation->getLink()) !!}
|
||||||
</div>
|
</div>
|
||||||
<div class="col-md-6">
|
<div class="col-md-6">
|
||||||
|
<center>
|
||||||
<div id="qrcode"></div>
|
<div id="qrcode"></div>
|
||||||
|
</center>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user