Remove references to cryptoCode in SyncStatus (#6275)

This commit is contained in:
Nicolas Dorier
2024-10-04 16:58:31 +09:00
committed by GitHub
parent 5190c25be0
commit 2e114d7c29
7 changed files with 21 additions and 10 deletions

View File

@@ -32,7 +32,7 @@ namespace BTCPayServer.Client.Models
public class SyncStatus
{
public string CryptoCode { get; set; }
public string PaymentMethodId { get; set; }
public virtual bool Available { get; set; }
}