mirror of
https://github.com/boldsuck/haveno.git
synced 2025-03-12 09:27:58 +00:00
show CashApp payment method field in account form
This commit is contained in:
parent
e8d5366941
commit
944c189166
1 changed files with 2 additions and 0 deletions
|
@ -115,6 +115,8 @@ public class CashAppForm extends PaymentMethodForm {
|
|||
public void addFormForEditAccount() {
|
||||
gridRowFrom = gridRow;
|
||||
addAccountNameTextFieldWithAutoFillToggleButton();
|
||||
addCompactTopLabelTextField(gridPane, ++gridRow, Res.get("shared.paymentMethod"),
|
||||
Res.get(cashAppAccount.getPaymentMethod().getId()));
|
||||
TextField field = addCompactTopLabelTextField(gridPane, ++gridRow, Res.get("payment.email.mobile.cashtag"),
|
||||
cashAppAccount.getEmailOrMobileNrOrCashtag()).second;
|
||||
|
||||
|
|
Loading…
Reference in a new issue