commit bcc1a46eba47c8d98013919b4b672b921666e95c parent 93f697773ded298f4060605d637870b1e6b1ac47 Author: nickfarrow <nicholas.w.farrow@gmail.com> Date: Wed, 28 Jul 2021 03:08:00 +1000 clean up index html Diffstat:
M | templates/index.html | | | 17 | ----------------- |
1 file changed, 0 insertions(+), 17 deletions(-)
diff --git a/templates/index.html b/templates/index.html @@ -16,21 +16,6 @@ payment_data = {{ params|tojson }}; console.log(payment_data); payment(payment_data); - - // Create invoice - // returns qr code etc - // While true - // check payment -> returns status and time left - // show if paid - // * webhook after if in params - - // SatSale.py now requires a few functions, - // * create the invoice (bitcoind or lnd) - // * lookup txn - // * process webhook - - - </script> </head> @@ -43,8 +28,6 @@ <h1>Pay Bitcoin</h> </div> <div id="right"> - <!-- <a id="logo" style="display:none" target="_blank"><img width="65px" src="https://i.pinimg.com/originals/3a/dd/40/3add4023fa9b435e7da3c09156b88015.png"></a> --> - <!-- Logo class gets changed to qr via js --> <a id="qrClick" target="_blank"><img class="logo" id="qrImage" width="65px" src="https://i.pinimg.com/originals/3a/dd/40/3add4023fa9b435e7da3c09156b88015.png"></a> </div> </div>