mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-01-26 06:26:03 -05:00
show CashApp payment method field in account form
This commit is contained in:
parent
e8d5366941
commit
944c189166
@ -115,6 +115,8 @@ public class CashAppForm extends PaymentMethodForm {
|
|||||||
public void addFormForEditAccount() {
|
public void addFormForEditAccount() {
|
||||||
gridRowFrom = gridRow;
|
gridRowFrom = gridRow;
|
||||||
addAccountNameTextFieldWithAutoFillToggleButton();
|
addAccountNameTextFieldWithAutoFillToggleButton();
|
||||||
|
addCompactTopLabelTextField(gridPane, ++gridRow, Res.get("shared.paymentMethod"),
|
||||||
|
Res.get(cashAppAccount.getPaymentMethod().getId()));
|
||||||
TextField field = addCompactTopLabelTextField(gridPane, ++gridRow, Res.get("payment.email.mobile.cashtag"),
|
TextField field = addCompactTopLabelTextField(gridPane, ++gridRow, Res.get("payment.email.mobile.cashtag"),
|
||||||
cashAppAccount.getEmailOrMobileNrOrCashtag()).second;
|
cashAppAccount.getEmailOrMobileNrOrCashtag()).second;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user