mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-19 06:54:19 +01:00
Allow overriding UI of checkout in payment handler (#992)
This commit is contained in:
committed by
Nicolas Dorier
parent
989a7b863e
commit
43ee22f965
@@ -5,8 +5,15 @@ using System.Threading.Tasks;
|
||||
|
||||
namespace BTCPayServer.Models.InvoicingModels
|
||||
{
|
||||
public class CheckoutUIPaymentMethodSettings
|
||||
{
|
||||
public string ExtensionPartial { get; set; }
|
||||
public string CheckoutBodyVueComponentName { get; set; }
|
||||
public string NoScriptPartialName { get; set; }
|
||||
}
|
||||
public class PaymentModel
|
||||
{
|
||||
public CheckoutUIPaymentMethodSettings UISettings;
|
||||
public class AvailableCrypto
|
||||
{
|
||||
public string PaymentMethodId { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user