Merge pull request #3928 from dennisreimann/build-warnings

Fix build warnings
This commit is contained in:
Nicolas Dorier
2022-07-06 12:16:15 +09:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -1359,7 +1359,7 @@ namespace BTCPayServer.Controllers
public string CryptoCode { get; set; }
public string Address { get; set; }
public string PaymentLink { get; set; }
public string? ReturnUrl { get; set; }
public string ReturnUrl { get; set; }
}
public class SendToAddressResult