Closed itsibee closed 6 years ago
Hello @itsibee does this still persist?
We can have a Skype call to test together if so: Skype:profibro . Or TeamViewer.
Great! We can schedule time to work together on it. And yes it still occurs
Sent from my iPhone
On 4 May 2018, at 5:49 PM, Ibrahim Lawal notifications@github.com wrote:
We can have a Skype call to test together if so: Skype:profibro . Or TeamViewer.
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.
@itsibee we discussed this. Thanks for your time!
Problem
Hello, I used the example codes to build my payment activity in such a way that once a payment is successful, it sends details to my server, the server verifies the payment and provides an input to my app, which uses that to perform some functions, That way I don't need to verify the payment on the app, that can be done on the server all I need to do is wait for the response after making a payment. This work perfectly with the test Key the test card gets charged, Both PIN and OTP are requested, and a payment notification is sent to my mail. But once I used a live key (I made a test account to develop the app. the live key is from another account currently running on a web platform and working) I still get the request for my card PIN and OTP and after I input that, i get an error saying "Please Send Pin" (also the live key is in both my codes and manifest) Below are my codes
Codes