mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-23 06:35:13 +01:00
* refactor: make `BitcoinCheckoutModelExtension` support other payment handlers The bitcoin checkout extension doesn't have to be tied to the native bitcoin handler since it only really needs the payment details to be in a specific format, which can be provided by other handlers aswell, allowing for better code reuse. * refactor: initialize payment methods in constructor |
||
---|---|---|
.. | ||
BitcoinCheckoutModelExtension.cs | ||
BitcoinLikePaymentData.cs | ||
BitcoinLikePaymentHandler.cs | ||
BitcoinPaymentLinkExtension.cs | ||
BitcoinPaymentMethodBitpayAPIExtension.cs | ||
BitcoinPaymentPromptDetails.cs | ||
NBXplorerListener.cs |