Test LNUrl Pay payment method information, add doc

This commit is contained in:
nicolas.dorier
2022-02-21 13:21:33 +09:00
parent 48393c3765
commit 557594e34d
9 changed files with 51 additions and 20 deletions

View File

@@ -35,7 +35,7 @@ namespace BTCPayServer.Client.Models
public string PaymentMethod { get; set; }
public string CryptoCode { get; set; }
public Dictionary<string, JObject> AdditionalData { get; set; }
public JObject AdditionalData { get; set; }
public class Payment
{