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:
d11n
2023-01-26 01:27:31 +01:00
committed by GitHub
parent 5089ec9826
commit 69e90b7ff1
9 changed files with 289 additions and 266 deletions

View File

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