Fixing QR Code and Button to use BIP21

This commit is contained in:
nicolas.dorier
2018-01-06 11:38:24 +09:00
parent bb46294a6d
commit 108146ca92
2 changed files with 2 additions and 2 deletions

View File

@@ -159,7 +159,7 @@ namespace BTCPayServer.Controllers
MerchantRefLink = invoice.RedirectURL ?? "/",
StoreName = store.StoreName,
TxFees = cryptoData.TxFee.ToString(),
InvoiceBitcoinUrl = cryptoInfo.PaymentUrls.BIP72,
InvoiceBitcoinUrl = cryptoInfo.PaymentUrls.BIP21,
TxCount = accounting.TxCount,
BtcPaid = accounting.Paid.ToString(),
Status = invoice.Status