Hello,
i am using poynt sdk,in which i get an exception after successfully payment done.
I get an exception at below line.
Payment payment = data.getParcelableExtra(Intents.INTENT_EXTRAS_PAYMENT);
I am getting below exception
RuntimeException: Failure delivering result ResultInfo{who=null, request=13132, result=-1, data=Intent { act=poynt.intent.action.COLLECT_PAYMENT_RESULT (has extras) }} to activity {com.poyntmobileallinone.app/com.poyntmobileallinone.app.SampleActivity}
So is there any things i missing before get that data?
Please help me for that.
Thanks in advance.