Working on Bitcoin with Stripe

This commit is contained in:
Hillel Coren 2017-10-23 23:17:08 +03:00
parent fa117e0837
commit e112d22ae2

View File

@ -8,8 +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, width: 330,
height: 300, height: 330,
}); });
}); });
</script> </script>
@ -24,9 +24,12 @@
<img src="{{ asset('/images/gateways/logo_Bitcoin.png') }}"/> <img src="{{ asset('/images/gateways/logo_Bitcoin.png') }}"/>
<p>&nbsp;</p> <p>&nbsp;</p>
<h2>{{ $source['bitcoin']['amount'] / 100000000 }} BTC</h2> <h2>{{ $source['bitcoin']['amount'] / 100000000 }} BTC</h2>
<h3>{{ $source['receiver']['address'] }}</h3> <h3>
<a href="{{ $source['bitcoin']['uri'] }}">{{ $source['receiver']['address'] }}</a>
</h3>
<p>&nbsp;</p> <p>&nbsp;</p>
{!! Button::normal(strtoupper(trans('texts.cancel')))->large()->asLinkTo($invitation->getLink()) !!} {!! Button::normal(strtoupper(trans('texts.cancel')))->large()->asLinkTo($invitation->getLink()) !!}
<p>&nbsp;</p>
</div> </div>
<div class="col-md-6"> <div class="col-md-6">
<center> <center>