diff --git a/capsulflask/payment.py b/capsulflask/payment.py index 1827d3b..c3eea4f 100644 --- a/capsulflask/payment.py +++ b/capsulflask/payment.py @@ -59,6 +59,9 @@ def btcpay_payment(): redirectURL=f"{current_app.config['BASE_URL']}/console/account-balance", notificationURL=f"{current_app.config['BASE_URL']}/payment/btcpay/webhook" )) + + current_app.logger.info(f"created btcpay invoice: {invoice}") + # print(invoice) invoice_id = invoice["id"]