From 43920ce700c9a113cfe817769693d27e70a1ef34 Mon Sep 17 00:00:00 2001 From: ndeet Date: Tue, 16 Jul 2024 15:00:55 +0200 Subject: [PATCH] Replace relative links with full github url. --- payment_btcpay/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/payment_btcpay/README.md b/payment_btcpay/README.md index 30627b6..bc6de02 100644 --- a/payment_btcpay/README.md +++ b/payment_btcpay/README.md @@ -2,7 +2,7 @@ ## This is the module to connect Odoo 17 and BTCPay Server This module allows you to accept bitcoin (and other cryptocurrency) payments in your Odoo e-commerce store. -![BTCPay Server Website](../payment_btcpay/static/description/BTCPayServer_org.png) +![BTCPay Server Website](https://raw.githubusercontent.com/btcpayserver/odoo/17.0/payment_btcpay/static/description/BTCPayServer_org.png) :::tip If you use Odoo 16 you can find the documentation [here](https://github.com/btcpayserver/odoo/blob/16.0/payment_btcpay/README.md). @@ -46,13 +46,13 @@ Check the payment method is enabled: Congrats, all done. Do some testing to be sure all works. -![Payment Provider Settings](../payment_btcpay/static/description/BTCPayPaymentSettings.png) +![Payment Provider Settings](https://raw.githubusercontent.com/btcpayserver/odoo/17.0/payment_btcpay/static/description/BTCPayPaymentSettings.png) ## How does the payment page look? During the checkout the customers will have the option to select the payment method "Pay with Bitcoin / Lightning Network". After selecting they will be redirected to the BTCPay checkout page as shown below. -![Payment Provider](../payment_btcpay/static/description/BTCPayLooksLike.png) +![Checkout page example](https://raw.githubusercontent.com/btcpayserver/odoo/17.0/payment_btcpay/static/description/BTCPayLooksLike.png) ## Transaction BTCPay Details @@ -61,4 +61,4 @@ In transaction object, you will find more technical information about this metho * Invoice Id: the id of the invoice for which you want to fetch an event token * Transaction Status: That indicates state of transaction -![Transaction Btcpay Details](../payment_btcpay/static/description/BtcpayTxDetails.png) +![Transaction details of BTCPay](https://raw.githubusercontent.com/btcpayserver/odoo/17.0/payment_btcpay/static/description/BtcpayTxDetails.png)