diff --git a/capsulflask/payment.py b/capsulflask/payment.py index 5238f26..1029f7d 100644 --- a/capsulflask/payment.py +++ b/capsulflask/payment.py @@ -67,7 +67,7 @@ def btcpay_payment(): # print(invoice) - current_app.logger.info(f"created btcpay invoice_id={invoice["id"]} ( {session['account']}, ${dollars} )") + current_app.logger.info(f"created btcpay invoice_id={invoice['id']} ( {session['account']}, ${dollars} )") get_model().create_payment_session("btcpay", invoice["id"], session["account"], dollars) diff --git a/capsulflask/templates/btcpay.html b/capsulflask/templates/btcpay.html index 41dbc58..8582819 100644 --- a/capsulflask/templates/btcpay.html +++ b/capsulflask/templates/btcpay.html @@ -12,25 +12,21 @@
- - - + + + +
+

NOTE: for now we have switched over to our beta BTCPay Server instance at https://beeteeceepae2.cyberia.club

In the future we'll migrate the DNS back over to btcpay.cyberia.club but for now this is easier.

+