mirror of
https://github.com/aljazceru/BTCPayServerPlugins.git
synced 2025-12-17 07:34:24 +01:00
update extension point for pp
This commit is contained in:
@@ -25,7 +25,7 @@ namespace BTCPayServer.Plugins.SideShift
|
||||
applicationBuilder.AddSingleton<IUIExtension>(new UIExtension("SideShift/SideShiftNav",
|
||||
"store-integrations-nav"));
|
||||
applicationBuilder.AddSingleton<IUIExtension>(new UIExtension("SideShift/PullPaymentViewInsert",
|
||||
"pullpayment-view"));
|
||||
"pullpayment-foot"));
|
||||
applicationBuilder.AddSingleton<IUIExtension>(new UIExtension("SideShift/StoreIntegrationSideShiftOption",
|
||||
"store-integrations-list"));
|
||||
// Checkout v2
|
||||
|
||||
Reference in New Issue
Block a user