ndeet
ndeet
You create a pull payment and the api will return you a link, you can give this link to your users where they can enter their on-chain or LN invoice...
Tested static qr of the "Herbal Tea (minimum)" with Phoenix and can confirm the price is fixed.
Thanks @johnheenan for all the debugging and figuring out. :green_heart: I think the CLN RPC data is not needed, there are other CLN data volumes backed up and it seems...
instead of copying all of btcpay-backup.sh to btcpay-migrate.sh and just change a few lines we could also consider adding flags so you can run "full LND backup" and another option...
Looks already very good :clap: I agree with @damanic that `export BTCPAYGEN_LIGHTNING="none"` probably is a bad idea. If we keep it, then we need to also explain how they can...
This has been fixed with release 2.7.0 https://github.com/btcpayserver/woocommerce-greenfield-plugin/releases/tag/v2.7.0
needs more work but the right hook to place it on the order page ```php function kekeromod_order_details_after_customer_details($order) { $url = $order->get_meta('BTCPay_redirect'); echo "$url"; } add_action('woocommerce_order_details_after_customer_details', 'kekeromod_order_details_after_customer_details', 10, 1); ```
Interesting, did not know this was even possible make it available on clearnet and tor, especially because WP is one of the few CMS that hardcodes the URLs in its...
did not test and likely we need to make sure the url has no trailing slash but something like that might work; also not sure if onion urls are limited...
Hey sorry for the late reply, missed the notifications like always ... You are right that use case is not covered. Partial payments are only tracked on the current invoice...