mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-08-20 04:08:09 -04:00
remove account id from revolut
This commit is contained in:
parent
c46d210822
commit
e6853d2e76
4 changed files with 5 additions and 63 deletions
|
@ -105,12 +105,6 @@ public class RevolutForm extends PaymentMethodForm {
|
|||
TextField userNameTf = addCompactTopLabelTextField(gridPane, ++gridRow, Res.get("payment.account.userName"), userName).second;
|
||||
userNameTf.setMouseTransparent(false);
|
||||
|
||||
if (account.hasOldAccountId()) {
|
||||
String accountId = account.getAccountId();
|
||||
TextField accountIdTf = addCompactTopLabelTextField(gridPane, ++gridRow, Res.get("payment.account.phoneNr"), accountId).second;
|
||||
accountIdTf.setMouseTransparent(false);
|
||||
}
|
||||
|
||||
addLimitations(true);
|
||||
addCurrenciesGrid(false);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue