[ic] Paypal Module Debugging

Steve Graham icdev at mrlock.com
Mon Mar 5 10:31:50 EST 2007


Hello Lyn,

I am not getting logging into our transaction file (except for psp), 
and am seeing a safe trap  (assume must be reason)
I downloaded the recent version of PaypalExpress module - I'm not 
sure what would be causing the safe trap - Any ideas?


Thx, Steve

xxxxxxxxxx - [05/March/2007:09:03:13 -0600] locks 
ord/paypalgetrequest.html PP524: pprequest=getrequest, 
token=EC-0Yxxxxxxx3F, name= , fname=Jxxxxy,lname=xxxxxx
xxxxxxxxxx - [05/March/2007:09:04:03 -0600] locks 
ord/paypalcheckout.html PP608: Ack=Success, 
token=EC-0xxxxxxxxxxxx83F, tid=898xxxxxxxxx800H
xxxxxxxxxx - [05/March/2007:09:04:03 -0600] locks 
ord/paypalcheckout.html PP609: paystatus=Completed, paydate=20xxxxxxxx3:59Z
xxxxxxxxxx - [05/March/2007:09:04:03 -0600] locks 
ord/paypalcheckout.html Safe: 'require' trapped by operation mask at 
(tag 'perl') line 6.
 >
 >
 > 	my $out = $Scratch->{transaction_record};
 > 	$out =~ s/^\s+//;
 > 	$out =~ s/^\s+//mg;
 > 	$out =~ s/\s+$//mg;
 > 	$out =~ s/[\r\n]+/\n/;
 > 	$out =~ s/:\n(\d+|yes|succe\w+|fail\w+)\n/: $1\n/ig;
 > 	return $out;



More information about the interchange-users mailing list