http://www.perlmonks.org?node_id=1225214


in reply to paypal module

This node falls below the community's threshold of quality. You may see it by logging in.

Replies are listed 'Best First'.
Re: 500 timeout on paypal module
by zentara (Archbishop) on Nov 04, 2018 at 22:52 UTC
    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
    A reply falls below the community's threshold of quality. You may see it by logging in.
Re: 500 timeout on paypal module
by afoken (Chancellor) on Nov 04, 2018 at 19:18 UTC

    STOP creating new threads for the same problem!

    Alexander

    --
    Today I will gladly share my knowledge and experience, for there are no sweeter words than "I told you so". ;-)

      i think that was other thread asking wat module can i use. and now this thread point to the error i got using the same module

      thanks

        this is wired and scares. this module has the latest update for 20 days back. after following the developer of this module i found out the latest version made 20 days back. metacpan.org has this module last update i show something like nov 2017. first, the documentation scares coz the module itself has no direct error handling to handle errors. second, the developer was wise in his new update he updated the PayPal links which is ok. and also fixed the https problem. but the documentation to wired cant fix my error in my script