user1676876
user1676876

Reputation: 41

Unable to get response from my JSP application using PayPal PDT

I used PayPal PDT in my JSP application, the code worked earlier. But now I am not getting any response from the PDT, not even "FAIL"

More clearly, when I read data from PayPal website, the BufferedReader.isReady() showing false.

How can I solve this ?

Upvotes: 1

Views: 344

Answers (1)

Rais Alam
Rais Alam

Reputation: 7016

Its PayPal specific problem read documentation provided by PapPay or service integrated providers.

You must be having different response code and their meanings if you are integration your system with third party system.

Upvotes: 1

Related Questions