Add button and qr code to the bitpay translator

This commit is contained in:
nicolas.dorier
2018-12-04 11:53:25 +09:00
parent 156f52b76f
commit 1f14bd6188
3 changed files with 38 additions and 5 deletions

View File

@@ -12,5 +12,6 @@ namespace BTCPayServer.Models
public string BitpayLink { get; set; }
public string Address { get; set; }
public string Amount { get; set; }
public string BitcoinUri { get; set; }
}
}