From e0adb1133d9cb19166d8febcad099dd52bc40cbd Mon Sep 17 00:00:00 2001 From: d11n Date: Wed, 18 Jan 2023 13:38:58 +0100 Subject: [PATCH] Plugins: Add checkout-noscript-end UI extension point (#4532) --- BTCPayServer/Views/UIInvoice/CheckoutNoScript.cshtml | 1 + 1 file changed, 1 insertion(+) diff --git a/BTCPayServer/Views/UIInvoice/CheckoutNoScript.cshtml b/BTCPayServer/Views/UIInvoice/CheckoutNoScript.cshtml index ff4695d56..34ae194c4 100644 --- a/BTCPayServer/Views/UIInvoice/CheckoutNoScript.cshtml +++ b/BTCPayServer/Views/UIInvoice/CheckoutNoScript.cshtml @@ -70,5 +70,6 @@

Go back to Javascript enabled invoice

+ @await Component.InvokeAsync("UiExtensionPoint", new { location = "checkout-noscript-end", model = Model })