btcpayserver/BTCPayServer/Services/Invoices
d11n 3805b7f287
Checkout v2 (#4157)
* Opt-in for new checkout

* Update wording

* Create invoice view update

* Remove jQuery from checkout testing code

* Checkout v2 basics

* WIP

* WIP 2

* Updates and fixes

* Updates

* Design updates

* More design updates

* Cheating and JS fixes

* Use checkout form id whenever invoices get created

* Improve email form handling

* Cleanups

* Payment method exclusion cases for Lightning and LNURL

TODO: Cases and implementation need to be discussed

* Introduce CheckoutType in API and replace UseNewCheckout in backend

Co-authored-by: nicolas.dorier <nicolas.dorier@gmail.com>
2022-11-02 18:21:33 +09:00
..
Export Enhance export function for invoices (#4060) 2022-08-21 08:43:23 +02:00
InvoiceEntity.cs Checkout v2 (#4157) 2022-11-02 18:21:33 +09:00
InvoiceExtensions.cs Make LNURL enabled when only method (#3930) 2022-07-06 22:09:05 +09:00
InvoiceRepository.cs Make InvoicePaymentSettled return correct afterExpiration value 2022-08-01 11:16:26 +02:00
PaymentMethodDictionary.cs Use ArgumentNullException.ThrowIfNull everywhere (#3239) 2021-12-28 17:39:54 +09:00
PaymentMethodHandlerDictionary.cs Fix exception in CreateInvoice if a payment method is not supported 2019-06-07 00:45:10 +09:00
PaymentService.cs Make InvoicePaymentSettled return correct afterExpiration value 2022-08-01 11:16:26 +02:00
PosAppData.cs Make POS and Crowdfund plugins 2022-08-21 08:38:25 +02:00