ndeet
ndeet
Hey Stefano, thank you for the quick feedback and testing. I see you use the legacy checkout without blocks, I have a testsite here that was also installed when new...
Hi, I can't really reproduce your error on my end (using a woocommerce installation with legacy checkout) with the pre-release 2.7.3 version from above, can you give me more details...
In the API docs there is still the menu section "Store Payment Methods (OnChain)" while there should be only "Store Payment Methods" now. (the "Store Payment Methods (Lightning Network) are...
edit: nvm, resolved, I'm blind @NicolasDorier the `config` data is missing on the [Store PaymentMethods endpoint](https://testing.btcpay.tech/docs#operation/StorePaymentMethods_GetStorePaymentMethods), it just gives me this: ``` [ { "enabled": true, "paymentMethodId": "BTC-LN" }, {...
Oh I missed that one, thank you @dennisreimann Need to check how I can make it work without a breaking change in PHP library. I see why it now has...
@NicolasDorier what you think about changing `config` to `data` to be consistent with < 2.0? Edit: thinking about it we may better leave it with `config` so it is explicit...
@NicolasDorier any reason why the `currency` is missing on [Store Payment Methods](https://testing.btcpay.tech/docs#operation/StorePaymentMethods_GetStorePaymentMethods), it is there on [Invoice Payment Methods](https://testing.btcpay.tech/docs#operation/Invoices_GetInvoicePaymentMethods) and for consitency we should make it available also on the...
@dennisreimann small ux issue, there seems to be a `mb-3` or `my-3` missing in server -> policies 
@NicolasDorier on the [Invoices -> Get Payment Methods endpoint](https://testing.btcpay.tech/docs#operation/Invoices_GetInvoicePaymentMethods) in `additionalData` are you aware we leak the xpub? It only requires the `canviewinvoices` permission. I ask because on the [Store...
Collecting updated integrations: - [Released a BTCPay 2.0 compatible version of the PHP library which also works with current and older versions](https://github.com/btcpayserver/btcpayserver-greenfield-php/releases/tag/v2.7.0) - [Released new BTCPay 2.0 compatible WooCommerce integration](https://github.com/btcpayserver/woocommerce-greenfield-plugin/releases/tag/v2.7.0)...