Liquid fixes (#6340)

make sure link provider is per payment method of liquid assets. Also remove ETB as it has been unused. Also hide the send button as it is not supported thrrough BTCPay
This commit is contained in:
Andrew Camilleri
2024-10-29 15:43:37 +01:00
committed by GitHub
parent 92f9b226fe
commit 373b90e3b5
8 changed files with 27 additions and 62 deletions

View File

@@ -146,6 +146,7 @@ public partial class UIStoresController
Crypto = network.CryptoCode,
PaymentMethodId = handler.PaymentMethodId,
WalletSupported = network.WalletSupported,
ReadonlyWallet = network.ReadonlyWallet,
Value = value,
WalletId = new WalletId(store.Id, network.CryptoCode),
Enabled = !excludeFilters.Match(handler.PaymentMethodId) && strategy != null,