mirror of
https://github.com/aljazceru/BTCPayServerPlugins.git
synced 2025-12-17 07:34:24 +01:00
skip lock
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.0.1</Version>
|
<Version>1.0.2</Version>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<!-- Plugin development properties -->
|
<!-- Plugin development properties -->
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
|
|||||||
@@ -244,7 +244,7 @@ namespace BTCPayServer.Plugins.Prism
|
|||||||
prismSettings.PendingPayouts.Remove(payout);
|
prismSettings.PendingPayouts.Remove(payout);
|
||||||
}
|
}
|
||||||
|
|
||||||
await UpdatePrismSettingsForStore(creditDestination.StoreId, prismSettings);
|
await UpdatePrismSettingsForStore(creditDestination.StoreId, prismSettings, true);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -296,9 +296,9 @@ namespace BTCPayServer.Plugins.Prism
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
await UpdatePrismSettingsForStore(address.StoreDataId, prismSettings);
|
await UpdatePrismSettingsForStore(address.StoreDataId, prismSettings, true);
|
||||||
await CreatePayouts(address.StoreDataId, prismSettings);
|
await CreatePayouts(address.StoreDataId, prismSettings);
|
||||||
await UpdatePrismSettingsForStore(address.StoreDataId, prismSettings);
|
await UpdatePrismSettingsForStore(address.StoreDataId, prismSettings, true);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
catch (Exception e)
|
catch (Exception e)
|
||||||
|
|||||||
Reference in New Issue
Block a user