mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-20 13:34:37 +01:00
Fix forgotten save
This commit is contained in:
parent
ca4a7d8771
commit
e5bb0bcba3
1 changed files with 2 additions and 0 deletions
|
@ -246,7 +246,9 @@ namespace BTCPayServer.Hosting
|
|||
if (array.ToString() == newArray.ToString())
|
||||
continue;
|
||||
blob["excludedPaymentMethods"] = newArray;
|
||||
store.StoreBlob = blob.ToString();
|
||||
}
|
||||
await ctx.SaveChangesAsync();
|
||||
}
|
||||
|
||||
private async Task MigrateBlockExplorerLinks()
|
||||
|
|
Loading…
Add table
Reference in a new issue