Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re: 500 timeout on paypal module

by zentara (Archbishop)
on Nov 04, 2018 at 22:52 UTC ( [id://1225225]=note: print w/replies, xml ) Need Help??


in reply to 500 timeout on paypal module
in thread paypal module

Hi, it would seem the next step would be to turn on debugging in the PayPal module. From the perldoc:
DEBUGGING You can see the raw SOAP XML sent and received by Business::PayPal::AP +I by setting its $Debug variable: $Business::PayPal::API::Debug = 1; $pp->SetExpressCheckout( %args ); this will print the XML being sent, and dump a Perl data structure of +the SOM received on STDERR (so check your error_log if running inside + a web server). If anyone knows how to turn a SOAP::SOM object into XML without settin +g outputxml(), let me know.

There is also a section in the perldoc on Error Handling. You might want to setup more error checking in your code to find the cause of the timeout.


I'm not really a human, but I play one on earth. ..... an animated JAPH

Replies are listed 'Best First'.
A reply falls below the community's threshold of quality. You may see it by logging in.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1225225]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (8)
As of 2024-04-24 09:53 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found