mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-22 00:21:00 -04:00
Working on Bitcoin with Stripe
This commit is contained in:
parent
fa117e0837
commit
e112d22ae2
@ -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> </p>
|
<p> </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> </p>
|
<p> </p>
|
||||||
{!! Button::normal(strtoupper(trans('texts.cancel')))->large()->asLinkTo($invitation->getLink()) !!}
|
{!! Button::normal(strtoupper(trans('texts.cancel')))->large()->asLinkTo($invitation->getLink()) !!}
|
||||||
|
<p> </p>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-md-6">
|
<div class="col-md-6">
|
||||||
<center>
|
<center>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user