- Jun 6, 2020
- 11,559
- 4,422
Hi to everyone
I need to convert the attached documentation to B4A code but i am facing a problem. The intent is working when i am sending data but there is no reply. I am not receiving anything and it is always NULL. Can anybody advice as to why this is?
I need to convert the attached documentation to B4A code but i am facing a problem. The intent is working when i am sending data but there is no reply. I am not receiving anything and it is always NULL. Can anybody advice as to why this is?
Dim payIntent As Intent
Sub Activity_Resume
If Activity.GetStartingIntent=payIntent Then
Return
Else
payIntent = Activity.GetStartingIntent
EcrResult = payIntent.GetData
If EcrResult<>Null Then
?????
End If
End Sub
Private Sub btnPayment_Click
payIntent.Initialize("cy.com.jcc.softpos.TRANSACTION","")
payIntent.PutExtra("AMOUNT","1.00")
StartActivity(payIntent)
End sub
Click to expand...
برای دیدن لینک ها باید ثبت نام کنید