pimpsmoke Posted January 15, 2015 Share Posted January 15, 2015 since monday paypal is not working on our shop anymore: I receive following: Error occurred: Please try to contact the merchant: <b>PayPal response:</b> -> « Zurück ALL API details are correct?? please help urgently! thanks Andy 1 Link to comment Share on other sites More sharing options...
boobaa Posted January 18, 2015 Share Posted January 18, 2015 (edited) PayPal required merchants to upgrade from SSL 3 to TLS (Transport Layer Services) since 3 Dec 2014 and officially cutting off at midnight Jan 12,2015. Therefore you may have experienced problems connecting to Paypal, even if you have upgraded the SSLv3.0 certificate to TLS certificate, it may not work due to your PayPal module's coding, telling it where to connect to. You can solve this by upgrading to Paypal module 3.8 or just change your current module's coding like I have below. You'll find the coding in ( public_html/modules/paypal/api/paypal_connect.php ) Coding.pdf Edited January 18, 2015 by boobaa (see edit history) 2 Link to comment Share on other sites More sharing options...
boobaa Posted January 18, 2015 Share Posted January 18, 2015 Link to comment Share on other sites More sharing options...
digitaldev Posted January 18, 2015 Share Posted January 18, 2015 (edited) PayPal required merchants to upgrade from SSL 3 to TLS (Transport Layer Services) since 3 Dec 2014 and officially cutting off at midnight Jan 12,2015. Therefore you may have experienced problems connecting to Paypal, even if you have upgraded the SSLv3.0 certificate to TLS certificate, it may not work due to your PayPal module's coding, telling it where to connect to. You can solve this by upgrading to Paypal module 3.8 or just change your current module's coding like I have below. You'll find the coding in ( public_html/modules/paypal/api/paypal_connect.php ) Worked a treat, thanks heaps for that! Edited January 18, 2015 by digitaldev (see edit history) 1 Link to comment Share on other sites More sharing options...
Dagorlad Posted January 20, 2015 Share Posted January 20, 2015 Brilliant, thanks. I was having exactly the same issue and this fixed it. Thanks Boobas, life saver! 1 Link to comment Share on other sites More sharing options...
c930586 Posted January 20, 2015 Share Posted January 20, 2015 Hi, Yesterday I included Hostgator's shared SSL URL in the settings, thinking that it would work nicely. Today my PayPal checkout was not working, just going back to the Home, after loading nothing for a couple of seconds. I have read 'digitaldev' comment above about SSL, so I went back to Prestashop and deleted the shared SSL URL. Now the button works again! R Link to comment Share on other sites More sharing options...
i-repairxx Posted January 20, 2015 Share Posted January 20, 2015 Hi, I have the same problem but my PayPal modul is V3.7.1 but I can't upgrade.. What can I do now ? Thanks Link to comment Share on other sites More sharing options...
pimpsmoke Posted January 20, 2015 Author Share Posted January 20, 2015 Hi Guys, you have to update the paypal module v3.8.1-PayPal Euro.zip - just google it ;-) 1 Link to comment Share on other sites More sharing options...
pimpsmoke Posted January 20, 2015 Author Share Posted January 20, 2015 here ya go v3.8.1-PayPal Europe - Official.zipv3.8.1-PayPal Europe - Official.zip 2 Link to comment Share on other sites More sharing options...
javimata Posted January 20, 2015 Share Posted January 20, 2015 Great, solved, just do this: change sslv3 to Thanks so much, your are a crack Link to comment Share on other sites More sharing options...
pimpsmoke Posted January 20, 2015 Author Share Posted January 20, 2015 Great, solved, just do this: change sslv3 to Thanks so much, your are a crack great - cool - I don´t have ssl integrated, is it free? where I can get this?? Link to comment Share on other sites More sharing options...
javimata Posted January 20, 2015 Share Posted January 20, 2015 in: modules/paypal/api/paypal_connect.php go to line 101 and change: $ f p = @ f s o c k o p e n ( ' s s l 3 : / / ' . $ h o s t , 4 4 3 , $ e r r n o, $ e r r s t r , 4) ; for this: $ f p = @ f s o c k o p e n ( ' t l s : / / ' . $ h o s t , 4 4 3 , $ e r r n o , $ e r r s t r , 4 ) ;sorry for spaces... @Javi_Mata 1 Link to comment Share on other sites More sharing options...
pimpsmoke Posted January 20, 2015 Author Share Posted January 20, 2015 in: modules/paypal/api/paypal_connect.php go to line 101 and change: $ f p = @ f s o c k o p e n ( ' s s l 3 : / / ' . $ h o s t , 4 4 3 , $ e r r n o, $ e r r s t r , 4) ; for this:$ f p = @ f s o c k o p e n ( ' t l s : / / ' . $ h o s t , 4 4 3 , $ e r r n o , $ e r r s t r , 4 ) ;sorry for spaces... @Javi_Mata thanks - you are a crack :-) 1 Link to comment Share on other sites More sharing options...
trevorgilligan Posted January 27, 2015 Share Posted January 27, 2015 mine is going to a blank page but these modifications should work so just to say thanks to all for your input. i have 3.7 will change code and if not will install 3.8 thanks again to everyone , great community support here... Link to comment Share on other sites More sharing options...
crestronmodules Posted February 3, 2015 Share Posted February 3, 2015 Perfectly fixed, many thanks boobaa Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now