btcpayserver/BTCPayServer/Views/UIInvoice
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
..
_RefundModal.cshtml Fix missing refund flow error message 2022-06-30 14:25:15 +02:00
_ViewImports.cshtml Rename UI controllers 2022-01-14 13:46:03 +09:00
_ViewStart.cshtml Rename UI controllers 2022-01-14 13:46:03 +09:00
Checkout-Body.cshtml Public Invoice receipt (#3612) 2022-07-06 21:14:55 +09:00
Checkout-Spinner.cshtml Rename UI controllers 2022-01-14 13:46:03 +09:00
Checkout-Testing.cshtml [UX/UI] Add CPFP (#3395) 2022-02-10 12:24:28 +09:00
Checkout.cshtml Rename UI controllers 2022-01-14 13:46:03 +09:00
CheckoutNoScript.cshtml Rename UI controllers 2022-01-14 13:46:03 +09:00
CreateInvoice.cshtml Use the store's default currency when creating entities (#3585) 2022-04-11 17:50:30 +09:00
Invoice.cshtml Public Invoice receipt (#3612) 2022-07-06 21:14:55 +09:00
InvoiceNavPages.cs Rename UI controllers 2022-01-14 13:46:03 +09:00
InvoiceReceipt.cshtml Public Invoice receipt (#3612) 2022-07-06 21:14:55 +09:00
InvoiceStatusChangePartial.cshtml Rename UI controllers 2022-01-14 13:46:03 +09:00
ListInvoices.cshtml Add refund badge to invoice lists (#3918) 2022-07-01 13:26:00 +09:00
ListInvoicesPaymentsPartial.cshtml Improves Invoice Summary accordion view (#3859) 2022-06-13 10:47:26 +09:00
PosData.cshtml Public Invoice receipt (#3612) 2022-07-06 21:14:55 +09:00