From 0964f344bd2fd09fa04e6195bcd336202cb81ab0 Mon Sep 17 00:00:00 2001 From: ndeet Date: Thu, 17 Oct 2024 13:40:04 +0200 Subject: [PATCH] Add troubleshooting to readme. --- payment_btcpayserver/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/payment_btcpayserver/README.md b/payment_btcpayserver/README.md index 6bb14f3..63a8a70 100644 --- a/payment_btcpayserver/README.md +++ b/payment_btcpayserver/README.md @@ -52,3 +52,7 @@ In transaction object, you will find more technical information about this metho * Transaction Status: That indicates state of transaction ![Transaction Btcpay Details](../payment_btcpayserver/static/description/BtcpayTxDetails.png) + +## Troubleshooting +### The order and transaction status does not get updated to "paid" +If the BTCPay connection generally works, like redirect to BTCPay checkout page (QR-code) then check your odoo logs and make sure PDF generation generally works. If there are errors mentioning wkhtmltopdf then you need to install `wkhtmltopdf` on your server.