mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2026-01-06 15:44:26 +01:00
Remove useless properties
This commit is contained in:
@@ -16,8 +16,7 @@ namespace BTCPayServer.Payments.LNURLPay
|
||||
context.RegisterPaymentMethodDetails("LNURL/AdditionalPaymentMethodDetails");
|
||||
context.RegisterCheckoutUI(new CheckoutUIPaymentMethodSettings()
|
||||
{
|
||||
ExtensionPartial = "Lightning/LightningLikeMethodCheckout",
|
||||
CheckoutBodyVueComponentName = "LightningLikeMethodCheckout"
|
||||
ExtensionPartial = "Lightning/LightningLikeMethodCheckout"
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user