Support A2Billing :

provided by Star2Billing S.L.

Support A2Billing :
It is currently Thu Mar 28, 2024 6:58 pm
VoIP Billing solution


All times are UTC




Post new topic Reply to topic  [ 5 posts ] 
Author Message
 Post subject: paypal payment falling in 1.4
PostPosted: Mon Dec 22, 2008 8:55 pm 
Offline

Joined: Fri Aug 29, 2008 3:14 pm
Posts: 29
Paypal is accepting the money, but the new baklance is not added to the customer account....

any clue?

this is wath the log says...


Code:
[22/12/2008 21:19:33]:[checkout_process.php line:49- QUERY = UPDATE cc_epayment_log SET status = 2 WHERE id = 221]

[22/12/2008 21:19:33]:[checkout_process.php line:59- transactionID=221 EPAYMENT RESPONSE: TRANSACTIONID = 221 FROM paypal;
FOR CUSTOMER ID 80; OF AMOUNT 5]

[22/12/2008 21:19:33]:[checkout_process.php line:85-OPENDING HTTP CONNECTION TO ssl://www.paypal.com]

[22/12/2008 21:19:34]:[checkout_process.php line:90 -Try#1 Failed to open HTTP Connection : . Error Code: 0]

[22/12/2008 21:19:37]:[checkout_process.php line:85-OPENDING HTTP CONNECTION TO ssl://www.paypal.com]

[22/12/2008 21:19:38]:[checkout_process.php line:90 -Try#2 Failed to open HTTP Connection : . Error Code: 0]

[22/12/2008 21:19:41]:[checkout_process.php line:85-OPENDING HTTP CONNECTION TO ssl://www.paypal.com]

[22/12/2008 21:19:42]:[checkout_process.php line:90 -Try#3 Failed to open HTTP Connection : . Error Code: 0]

[22/12/2008 21:19:45]:[checkout_process.php line:95-Failed to open HTTP Connection: . Error Code: 0]


Top
 Profile  
 
 Post subject:
PostPosted: Mon Dec 22, 2008 9:01 pm 
Offline
Moderator
User avatar

Joined: Thu Jun 22, 2006 2:19 pm
Posts: 2890
Location: Devon, UK
What happens if you swap the 'ssl' for 'https' in paypal_verify_url?


Top
 Profile  
 
 Post subject:
PostPosted: Mon Dec 22, 2008 9:15 pm 
Offline

Joined: Fri Aug 29, 2008 3:14 pm
Posts: 29
mmm you have gived me the clue....


in checkuout_process.php

Code:
       $fp = fsockopen (PAYPAL_VERIFY_URL, 80, $errno, $errstr, 30);


by

Code:
      $fp = fsockopen (PAYPAL_VERIFY_URL, 443, $errno, $errstr, 30);


worked now....


is this a bug in trunk or the url must be http://www.paypal.com instead of ssl://www.paypal.com?


Top
 Profile  
 
 Post subject:
PostPosted: Mon Dec 22, 2008 9:29 pm 
Offline
Moderator
User avatar

Joined: Thu Jun 22, 2006 2:19 pm
Posts: 2890
Location: Devon, UK
I think your fix (changing the port from 80 to 443) is the correct solution, but I'm not 100% sure.


Top
 Profile  
 
 Post subject:
PostPosted: Tue Dec 23, 2008 11:48 am 
Offline

Joined: Fri Aug 29, 2008 3:14 pm
Posts: 29
ok. thanks for all... opened a ticket in the trac with the fix.


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 5 posts ] 
Hosted Voice Broadcast


All times are UTC


Who is online

Users browsing this forum: No registered users and 7 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group