mirror of
https://github.com/aljazceru/BTCPayServerPlugins.git
synced 2025-12-17 07:34:24 +01:00
Merge pull request #77 from dennisreimann/patch-3
FixedFloat: Remove debugger statement in JS
This commit is contained in:
@@ -68,8 +68,7 @@
|
|||||||
return this.model.invoiceBitcoinUrl.slice(index + "lightning=".length);
|
return this.model.invoiceBitcoinUrl.slice(index + "lightning=".length);
|
||||||
},
|
},
|
||||||
url () {
|
url () {
|
||||||
debugger;
|
const address = this.lightning || this.model.address;
|
||||||
const address= this.lightning || this.model.address;
|
|
||||||
return "https://widget.ff.io/?" +
|
return "https://widget.ff.io/?" +
|
||||||
`to=${this.settleMethodId}` +
|
`to=${this.settleMethodId}` +
|
||||||
"&lockReceive=true&ref=fkbyt39c" +
|
"&lockReceive=true&ref=fkbyt39c" +
|
||||||
|
|||||||
Reference in New Issue
Block a user