mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2026-01-02 21:54:23 +01:00
Added Bare Bitcoin as exchange recommendation for NOK
This commit is contained in:
@@ -532,7 +532,8 @@ o.GetRequiredService<IEnumerable<IPaymentLinkExtension>>().ToDictionary(o => o.P
|
||||
{ "TRY", "btcturk" },
|
||||
{ "UGX", "yadio"},
|
||||
{ "RSD", "bitpay"},
|
||||
{ "NGN", "bitnob"}
|
||||
{ "NGN", "bitnob"},
|
||||
{ "NOK", "barebitcoin"}
|
||||
})
|
||||
{
|
||||
var r = new DefaultRules.Recommendation(rule.Key, rule.Value);
|
||||
|
||||
Reference in New Issue
Block a user