mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-03-03 09:29:10 +01:00
Removing old QR update code (#337)
This commit is contained in:
parent
84018a5caa
commit
6278145374
1 changed files with 0 additions and 4 deletions
|
@ -82,10 +82,6 @@ function onDataCallback(jsonData) {
|
|||
$(".payment__spinner").hide();
|
||||
}
|
||||
|
||||
if (checkoutCtrl.scanDisplayQr === "") {
|
||||
checkoutCtrl.scanDisplayQr = jsonData.invoiceBitcoinUrlQR;
|
||||
}
|
||||
|
||||
if (jsonData.isLightning && checkoutCtrl.lndModel === null) {
|
||||
var lndModel = {
|
||||
toggle: 0
|
||||
|
|
Loading…
Add table
Reference in a new issue