mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-22 14:22:40 +01:00
The list of payment method should not depends on configuration of the users
This commit is contained in:
parent
d418cf7b07
commit
8e2bcef824
2 changed files with 2 additions and 3 deletions
|
@ -514,8 +514,7 @@ namespace BTCPayServer.Services.Invoices
|
|||
r.PaymentType = paymentMethodId.PaymentType.ToString();
|
||||
r.ParentEntity = this;
|
||||
r.Network = Networks?.GetNetwork<BTCPayNetworkBase>(r.CryptoCode);
|
||||
if (r.Network != null || Networks == null)
|
||||
paymentMethods.Add(r);
|
||||
paymentMethods.Add(r);
|
||||
}
|
||||
}
|
||||
#pragma warning restore CS0618
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<Project>
|
||||
<PropertyGroup>
|
||||
<Version>1.0.3.110</Version>
|
||||
<Version>1.0.3.111</Version>
|
||||
</PropertyGroup>
|
||||
</Project>
|
||||
|
|
Loading…
Add table
Reference in a new issue