question

sunmer avatar image
sunmer asked sunmer commented

Hide the 'Void Transaction' button

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.

2 comments
10 |2000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

n9ski avatar image n9ski ♦ commented ·

Can you provide some more detail on the flow/use case here?

0 Likes 0 ·
sunmer avatar image sunmer commented ·

The code was copy of extensibletenderexample in android-examples-master,we just add Intents.EXTRASHOWVOID_BUTTON.

0 Likes 0 ·

0 Answers

Welcome to the
Clover Developer Community