In service class when transition in completed then how to know in background about transition in done in CASH or in credit or debit card.
In service class when transition in completed then how to know in background about transition in done in CASH or in credit or debit card.
If I understand your question correctly,
You should implement a receiver for a broadcast for Intents.ACTION_PAYMENT_PROCESSED
which will return:
{#EXTRACLOVERPAYMENTID} - the UUID of the processed Payment {#EXTRACLOVERTENDERLABELKEY} - the LabelKey of the Tender used {#EXTRACLOVERORDERID} - the UUID of the order associated with the Payment
1 Person is following this question.