Hi all,we just want to hide the 'Void Transaction' button after finish the payment.The follow codes is an example:
Intent data = new Intent();
data.putExtra(Intents.EXTRA—SHOW—VOID—BUTTON,false);
setResult(RESULT_OK, data);
finish();
it did not work,the button is still there.
Anyone know why or have a solution?please help,thanks a lot.