mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-03-13 11:35:51 +01:00
Plugins: Add checkout-noscript-end UI extension point (#4532)
This commit is contained in:
parent
3cdb4f5b2a
commit
e0adb1133d
1 changed files with 1 additions and 0 deletions
|
@ -70,5 +70,6 @@
|
|||
<p>
|
||||
<a asp-action="Checkout" asp-route-invoiceId="@Model.InvoiceId">Go back to Javascript enabled invoice</a>
|
||||
</p>
|
||||
@await Component.InvokeAsync("UiExtensionPoint", new { location = "checkout-noscript-end", model = Model })
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Reference in a new issue