mirror of
https://github.com/aljazceru/BTCPayServerPlugins.git
synced 2025-12-17 07:34:24 +01:00
upd
This commit is contained in:
@@ -11,7 +11,7 @@
|
|||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<Product>LN Prism</Product>
|
<Product>LN Prism</Product>
|
||||||
<Description>Automated value splits for lightning.</Description>
|
<Description>Automated value splits for lightning.</Description>
|
||||||
<Version>1.1.15</Version>
|
<Version>1.1.16</Version>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<!-- Plugin development properties -->
|
<!-- Plugin development properties -->
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
|
|||||||
@@ -449,6 +449,7 @@ else
|
|||||||
Settings.DestinationBalance.AddOrReplace(obj.destination, obj.newBalance);
|
Settings.DestinationBalance.AddOrReplace(obj.destination, obj.newBalance);
|
||||||
}
|
}
|
||||||
await SatBreaker.UpdatePrismSettingsForStore(StoreId, Settings, true);
|
await SatBreaker.UpdatePrismSettingsForStore(StoreId, Settings, true);
|
||||||
|
SatBreaker.TriggerPayoutCheck();
|
||||||
}
|
}
|
||||||
finally
|
finally
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -9,7 +9,7 @@
|
|||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<Product>SideShift</Product>
|
<Product>SideShift</Product>
|
||||||
<Description>Allows you to embed a SideShift conversion screen to allow customers to pay with altcoins.</Description>
|
<Description>Allows you to embed a SideShift conversion screen to allow customers to pay with altcoins.</Description>
|
||||||
<Version>1.1.1</Version>
|
<Version>1.1.2</Version>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<!-- Plugin development properties -->
|
<!-- Plugin development properties -->
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
|
|||||||
@@ -75,7 +75,7 @@ document.addEventListener('DOMContentLoaded', (event) => {
|
|||||||
document.getElementById("ss-result-additional-info").value = "";
|
document.getElementById("ss-result-additional-info").value = "";
|
||||||
if (isValid()){
|
if (isValid()){
|
||||||
shiftButton.setAttribute("disabled", "disabled");
|
shiftButton.setAttribute("disabled", "disabled");
|
||||||
const type = "notpermanent";
|
const type = "permanent";
|
||||||
|
|
||||||
if (type ==="permanent"){
|
if (type ==="permanent"){
|
||||||
fetch("https://sideshift.ai/api/v2/shifts/variable",{
|
fetch("https://sideshift.ai/api/v2/shifts/variable",{
|
||||||
|
|||||||
Reference in New Issue
Block a user