mirror of
https://github.com/aljazceru/BTCPayServerPlugins.git
synced 2025-12-17 07:34:24 +01:00
upd prism
This commit is contained in:
@@ -40,7 +40,7 @@ namespace BTCPayServer.Plugins.FixedFloat
|
||||
{
|
||||
var k = $"{nameof(FixedFloatSettings)}_{storeId}";
|
||||
await _storeRepository.UpdateSetting(storeId, nameof(FixedFloatSettings), fixedFloatSettings);
|
||||
_memoryCache.Set(k, fixedFloatSettings);
|
||||
_memoryCache.Remove(k);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user