mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-01-18 21:32:27 +01:00
Fix forgotten save
This commit is contained in:
parent
ca4a7d8771
commit
e5bb0bcba3
@ -246,7 +246,9 @@ namespace BTCPayServer.Hosting
|
|||||||
if (array.ToString() == newArray.ToString())
|
if (array.ToString() == newArray.ToString())
|
||||||
continue;
|
continue;
|
||||||
blob["excludedPaymentMethods"] = newArray;
|
blob["excludedPaymentMethods"] = newArray;
|
||||||
|
store.StoreBlob = blob.ToString();
|
||||||
}
|
}
|
||||||
|
await ctx.SaveChangesAsync();
|
||||||
}
|
}
|
||||||
|
|
||||||
private async Task MigrateBlockExplorerLinks()
|
private async Task MigrateBlockExplorerLinks()
|
||||||
|
Loading…
Reference in New Issue
Block a user