mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2024-11-20 02:28:31 +01:00
parent
18aaa1a0c4
commit
efda8ff5bd
@ -55,7 +55,8 @@
|
||||
text: @Safe.Json(Model.BitcoinUri),
|
||||
width: 200,
|
||||
height: 200,
|
||||
useSVG: true
|
||||
useSVG: true,
|
||||
correctLevel : QRCode.CorrectLevel.M
|
||||
});
|
||||
$("#qrCode > img").css({ "margin": "auto" });
|
||||
</script>
|
||||
|
@ -56,7 +56,8 @@
|
||||
text: @Safe.Json(Model.AuthenticatorUri),
|
||||
width: 200,
|
||||
height: 200,
|
||||
useSVG: true
|
||||
useSVG: true,
|
||||
correctLevel : QRCode.CorrectLevel.M
|
||||
});
|
||||
$("#qrCode > img").css({ "margin": "auto" });
|
||||
</script>
|
||||
|
@ -158,7 +158,8 @@
|
||||
text: @Safe.Json(Model.QRCode),
|
||||
width: 200,
|
||||
height: 200,
|
||||
useSVG: true
|
||||
useSVG: true,
|
||||
correctLevel : QRCode.CorrectLevel.M
|
||||
});
|
||||
</script>
|
||||
}
|
||||
|
@ -73,7 +73,8 @@
|
||||
text: @Safe.Json(Model.ServiceLink),
|
||||
width: 200,
|
||||
height: 200,
|
||||
useSVG: true
|
||||
useSVG: true,
|
||||
correctLevel : QRCode.CorrectLevel.M
|
||||
});
|
||||
</script>
|
||||
}
|
||||
|
@ -187,7 +187,8 @@
|
||||
text: @Safe.Json(Model.QRCode),
|
||||
width: 200,
|
||||
height: 200,
|
||||
useSVG: true
|
||||
useSVG: true,
|
||||
correctLevel : QRCode.CorrectLevel.M
|
||||
});
|
||||
</script>
|
||||
}
|
||||
|
@ -101,7 +101,8 @@
|
||||
text: @Safe.Json(Model.ServiceLink),
|
||||
width: 200,
|
||||
height: 200,
|
||||
useSVG: true
|
||||
useSVG: true,
|
||||
correctLevel : QRCode.CorrectLevel.M
|
||||
});
|
||||
</script>
|
||||
}
|
||||
|
@ -98,7 +98,8 @@
|
||||
text: @Safe.Json(Model.ServiceLink),
|
||||
width: 200,
|
||||
height: 200,
|
||||
useSVG: true
|
||||
useSVG: true,
|
||||
correctLevel : QRCode.CorrectLevel.M
|
||||
});
|
||||
</script>
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user