Reputation: 41
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
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