diff --git a/resources/views/portal/ninja2020/gateways/blockonomics/pay.blade.php b/resources/views/portal/ninja2020/gateways/blockonomics/pay.blade.php index 8739189b61c0..c9908f6569e8 100644 --- a/resources/views/portal/ninja2020/gateways/blockonomics/pay.blade.php +++ b/resources/views/portal/ninja2020/gateways/blockonomics/pay.blade.php @@ -5,11 +5,13 @@
-
Invoice #{{$invoice_number}}
+
Invoice #{{$invoice_number}}
To pay, send exactly this BTC amount
- +
+ {{$btc_amount}} BTC ≈ {{$amount}} {{$currency}} +
To this bitcoin address
- +
@@ -80,10 +82,29 @@ ws.onclose = function() { console.log('WebSocket connection closed'); }; - -