Updated on 2026-08-14
This commit is contained in:
parent
c19268210d
commit
7e618664bf
7 changed files with 14 additions and 24 deletions
|
|
@ -594,10 +594,6 @@ public class ConfirmPaymentActivity extends AppCompatActivity implements NfcAdap
|
|||
intent.putExtra("Card", mCard.getAsBundle());
|
||||
intent.putExtra("Wallet", etWallet.getText().toString());
|
||||
intent.putExtra(SignPaymentActivity.EXTRA_AMOUNT, etAmount.getText().toString());
|
||||
|
||||
// if (BuildConfig.DEBUG)
|
||||
// Toast.makeText(this, etAmount.getText().toString(), Toast.LENGTH_LONG).show();
|
||||
|
||||
intent.putExtra("Fee", etFee.getText().toString());
|
||||
startActivityForResult(intent, REQUEST_CODE_SIGN_PAYMENT);
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue