Working on Bitcoin with Stripe
This commit is contained in:
parent
0a6855d19d
commit
fa117e0837
1 changed files with 5 additions and 1 deletions
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue