I have made a transaction, and later I have called payment fragment like:
Intent displayPaymentIntent = new Intent(Intents.ACTION_DISPLAY_PAYMENT);
displayPaymentIntent.putExtra(Intents.INTENT_EXTRAS_TRANSACTION_ID, transactionId);
startActivityForResult(displayPaymentIntent, DISPLAY_PAYMENT_REQUEST);
then it shows me transaction line, i select it and it shows me screen with status and two buttons: close and refund, but there is not void option and in the menu it is only receipt option.
how I can initiate void?