Fix UI to match Shopify's

This commit is contained in:
Pavlenex
2022-03-31 14:51:16 +02:00
parent 184be4e27b
commit 001ca7de60

View File

@@ -8,11 +8,11 @@ namespace BTCPayServer.Plugins.Shopify.Models
{
[Display(Name = "Shop Name")]
public string ShopName { get; set; }
[Display(Name = "Api Key (Apps->Develop Apps-> Create app)")]
[Display(Name = "Api Key")]
public string ApiKey { get; set; }
[Display(Name = "Api Secret Key")]
[Display(Name = "Admin API access token")]
public string Password { get; set; }
public bool CredentialsPopulated()