mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-03-10 17:26:05 +01:00
Added Bare Bitcoin as exchange recommendation for NOK
This commit is contained in:
parent
615b7842db
commit
cccaf0e72c
1 changed files with 2 additions and 1 deletions
|
@ -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);
|
||||||
|
|
Loading…
Add table
Reference in a new issue