Plugins: Add checkout-noscript-end UI extension point (#4532)

This commit is contained in:
d11n 2023-01-18 13:38:58 +01:00 committed by GitHub
parent 3cdb4f5b2a
commit e0adb1133d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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>