mirror of
https://github.com/aljazceru/BTCPayServerPlugins.git
synced 2025-12-18 16:14:25 +01:00
update plugins
This commit is contained in:
@@ -87,7 +87,7 @@
|
||||
},
|
||||
explicitQuery (){
|
||||
const isExplicit = !!this.explicitId;
|
||||
const explicitFrom = isExplicit ? this.explicitId: null;
|
||||
const explicitFrom = isExplicit ? this.explicitId.replace('ff_', ''): null;
|
||||
return isExplicit? `&from=${explicitFrom}&lockSend=true` : '';
|
||||
},
|
||||
amountQuery () {
|
||||
|
||||
Reference in New Issue
Block a user