btcpayserver/BTCPayServer/Payments
Andrew Camilleri 951bfeefb1
LNURL Payment Method Support (#2897)
* LNURL Payment Method Support

* Merge recent Lightning controller related changes

* Fix build

* Create separate payment settings section for stores

* Improve LNURL configuration

* Prevent duplicate array entries when merging Swagger JSON

* Fix CanSetPaymentMethodLimitsLightning

* Fix CanUsePayjoinViaUI

* Adapt test for new cancel bolt invoice feature

* rebase fixes

* Fixes after rebase

* Test fixes

* Do not turn LNURL on by default, Off-Chain payment criteria should affects both BOLT11 and LNURL, Payment criteria of unset payment method shouldn't be shown

* Send better error if payment method not found

* Revert "Prevent duplicate array entries when merging Swagger JSON"

This reverts commit 5783db9eda.

* Fix LNUrl doc

* Fix some warnings

Co-authored-by: Dennis Reimann <mail@dennisreimann.de>
Co-authored-by: nicolas.dorier <nicolas.dorier@gmail.com>
2021-10-25 15:18:02 +09:00
..
Bitcoin Use NBitcoin's Network.UriScheme rather than our own (#3005) 2021-10-23 14:47:15 +09:00
Lightning LNURL Payment Method Support (#2897) 2021-10-25 15:18:02 +09:00
LNURLPay LNURL Payment Method Support (#2897) 2021-10-25 15:18:02 +09:00
PayJoin Payment Settled Webhook event (#2944) 2021-10-05 18:10:41 +09:00
IPaymentFilter.cs Removing unused usings, readonly fields where possible 2020-06-28 22:07:48 -05:00
IPaymentMethodDetails.cs LNURL Payment Method Support (#2897) 2021-10-25 15:18:02 +09:00
IPaymentMethodHandler.cs Ensure that there is no LN/Bitcoin specific logic in the Invoice UI endpoint 2020-11-06 11:09:17 +01:00
ISupportedPaymentMethod.cs Removing unused usings, readonly fields where possible 2020-06-28 22:07:48 -05:00
PaymentMethodExtensions.cs Cleaning up bom from cs files 2020-06-28 21:44:35 -05:00
PaymentMethodId.cs Fix fallback logic for default payment method (#2986) 2021-10-18 16:56:47 +09:00
PaymentMethodUnavailableException.cs Removing unused usings, readonly fields where possible 2020-06-28 22:07:48 -05:00
PaymentTypes.Bitcoin.cs LNURL Payment Method Support (#2897) 2021-10-25 15:18:02 +09:00
PaymentTypes.cs LNURL Payment Method Support (#2897) 2021-10-25 15:18:02 +09:00
PaymentTypes.Lightning.cs LNURL Payment Method Support (#2897) 2021-10-25 15:18:02 +09:00