mirror of
https://github.com/aljazceru/BTCPayServerPlugins.git
synced 2025-12-17 07:34:24 +01:00
update prism
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.7</Version>
|
<Version>1.1.8</Version>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<!-- Plugin development properties -->
|
<!-- Plugin development properties -->
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
|
|||||||
@@ -368,10 +368,10 @@ namespace BTCPayServer.Plugins.Prism
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
await UpdatePrismSettingsForStore(address.StoreDataId, prismSettings, true);
|
await UpdatePrismSettingsForStore(invoiceEvent.Invoice.StoreId, prismSettings, true);
|
||||||
if (await CreatePayouts(address.StoreDataId, prismSettings))
|
if (await CreatePayouts(invoiceEvent.Invoice.StoreId, prismSettings))
|
||||||
{
|
{
|
||||||
await UpdatePrismSettingsForStore(address.StoreDataId, prismSettings, true);
|
await UpdatePrismSettingsForStore(invoiceEvent.Invoice.StoreId, prismSettings, true);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user