Skip to content

Commit

Permalink
show CashApp payment method field in account form
Browse files Browse the repository at this point in the history
  • Loading branch information
woodser committed Jan 7, 2025
1 parent e8d5366 commit 397e9a0
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,8 @@ protected void autoFillNameTextField() {
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;

Expand Down

0 comments on commit 397e9a0

Please sign in to comment.