B4X FEED Payment Intent

اطلاعات موضوع

درباره موضوع در تاریخ, در دسته b4xfeed ایجاد شده و آغاز کننده آن practicalsoftمی باشد و موضوع آن: Payment Intent است. این موضوع تا کنون 25 بازدید کننده و, 0 پاسخ داشته و 0 بار پسندیده شده...
نام دسته b4xfeed
نام موضوع Payment Intent
آغاز کننده موضوع practicalsoft
تاریخ شروع
پاسخ‌ها
0
بازدیدها
25
پسندها
0
آخرین ارسال توسط PracticalSoft
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?
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...

 

عقب
بالا