Compare commits

...

1 Commits

Author SHA1 Message Date
ndeet
0964f344bd Add troubleshooting to readme. 2024-10-17 13:40:04 +02:00

View File

@ -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.