mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-18 06:24:24 +01:00
Point of Sale: Improve merchant view (#4560)
* Point of Sale: Improve merchant view Closes #3843. * Trim bottom section * Display App Name and Display Title next to each other * Update views
This commit is contained in:
@@ -99,10 +99,7 @@ namespace BTCPayServer.Plugins.PointOfSale.Models
|
||||
public string EmbeddedCSS { get; set; }
|
||||
public string Description { get; set; }
|
||||
|
||||
[Display(Name = "Require refund email on checkout")]
|
||||
public RequiresRefundEmail RequiresRefundEmail { get; set; } = RequiresRefundEmail.InheritFromStore;
|
||||
|
||||
[Display(Name = "Request customer data on checkout")]
|
||||
public string FormId { get; set; } = null;
|
||||
public string FormId { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user