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