From fa117e08370fef19c5b417d843be58b3c428b7cf Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Mon, 23 Oct 2017 23:09:38 +0300 Subject: [PATCH] Working on Bitcoin with Stripe --- resources/views/payments/stripe/bitcoin.blade.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/resources/views/payments/stripe/bitcoin.blade.php b/resources/views/payments/stripe/bitcoin.blade.php index 32f1aaa8b976..5cb7bf499fb1 100644 --- a/resources/views/payments/stripe/bitcoin.blade.php +++ b/resources/views/payments/stripe/bitcoin.blade.php @@ -8,6 +8,8 @@ $(function() { var qrcode = new QRCode(document.getElementById("qrcode"), { text: "{{ $source['bitcoin']['uri'] }}", + width: 300, + height: 300, }); }); @@ -27,7 +29,9 @@ {!! Button::normal(strtoupper(trans('texts.cancel')))->large()->asLinkTo($invitation->getLink()) !!}
-
+
+
+