From 6f813fb9070bd2d9175b55b5cbc22f5ca7dc8890 Mon Sep 17 00:00:00 2001 From: cnohall Date: Fri, 6 Sep 2024 15:58:59 +0900 Subject: [PATCH] add payment styles update --- .../gateways/blockonomics/pay.blade.php | 35 ++++++++++++++++--- 1 file changed, 30 insertions(+), 5 deletions(-) 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'); }; - -