Added Bare Bitcoin as exchange recommendation for NOK

This commit is contained in:
Andreas Schjønhaug 2024-12-03 09:06:27 +01:00
parent 615b7842db
commit cccaf0e72c

View file

@ -532,7 +532,8 @@ o.GetRequiredService<IEnumerable<IPaymentLinkExtension>>().ToDictionary(o => o.P
{ "TRY", "btcturk" }, { "TRY", "btcturk" },
{ "UGX", "yadio"}, { "UGX", "yadio"},
{ "RSD", "bitpay"}, { "RSD", "bitpay"},
{ "NGN", "bitnob"} { "NGN", "bitnob"},
{ "NOK", "barebitcoin"}
}) })
{ {
var r = new DefaultRules.Recommendation(rule.Key, rule.Value); var r = new DefaultRules.Recommendation(rule.Key, rule.Value);