btcpayserver/BTCPayServer/Models/InvoicingModels
Andrew Camilleri 3576ebd14f
Public Invoice receipt (#3612)
* Public Invoice receipt

* implement payment,s qr, better ui, and fix invoice bug

* General view updates

* Update admin details link

* Update view

* add missing check

* Refactor

* make payments and qr  shown by default
* move cusotmization options to own ReceiptOptions
* Make sure to sanitize values inside PosData partial

* Refactor

* Make sure that ReceiptOptions for the StoreData is never null, and that values are always set in API

* add receipt link to checkout and add tests

* add receipt  link to lnurl

* Use ReceiptOptions.Merge

* fix lnurl

* fix chrome

* remove i18n parameterization

* Fix swagger

* Update translations

* Fix warning

Co-authored-by: Dennis Reimann <mail@dennisreimann.de>
Co-authored-by: nicolas.dorier <nicolas.dorier@gmail.com>
2022-07-06 21:14:55 +09:00
..
CreateInvoiceModel.cs Improve email settings validation and UX (#3891) 2022-06-23 13:41:52 +09:00
InvoiceDetailsModel.cs Public Invoice receipt (#3612) 2022-07-06 21:14:55 +09:00
InvoiceReceiptViewModel.cs Public Invoice receipt (#3612) 2022-07-06 21:14:55 +09:00
InvoicesModel.cs Add refund badge to invoice lists (#3918) 2022-07-01 13:26:00 +09:00
PaymentModel.cs Public Invoice receipt (#3612) 2022-07-06 21:14:55 +09:00
RefundModel.cs Improve Refund Flow (#3731) 2022-06-02 10:08:55 +02:00
UpdateCustomerModel.cs Improve email settings validation and UX (#3891) 2022-06-23 13:41:52 +09:00