mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2026-02-20 05:34:28 +01:00
Merge pull request #3595 from pavlenex/shopify
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user