Jump to content

Cloud - PayPal


Sigve

Recommended Posts

Have two problems with PayPal in Cloud.

 

1. In the PayPal configure Page, this error message appear:

Your configuration use version 1.0 to communicate with PayPal.From July, all payments will be blocked.Thank you to approach your hosting company to enable the TLS version 1.2

 

2. In the checkout page, it shows a question mak insted of the logo.

post-1224365-0-63705800-1460665037_thumb.png

 

  • Like 1
Link to comment
Share on other sites

  • 2 weeks later...

Moved to PayPal section. I'm going to gather all related PayPal TLS 1.2 issues here in order not to lose them.

 

Looks like we have us a serious issue here, which needs to be addressed ASAP.

PayPal TLS 1.2 issues, it that the reason behind the question mark instead of logo? I´ve got the exact same issue as topic starter Sigve. PayPal v3.10.6.

Link to comment
Share on other sites

  • 2 weeks later...

I've got the question mark too, instead of the logo, after upgrading the module to 3.10.7.
Images are at the same location /modules/paypal/views/img/default_logos/default_horizontal.png as before though.
The Paypal module does work, it is only the logo that doesn't show.
 
I found a solution:
I edited the file logos.xml, that is found in the paypal-directory.
 
In line 13 and 14, change the location of the files to a more absolute address. In my case, I changed the line

<LocalPayPalHorizontalSolutionPP>/views/img/default_logos/default_horizontal.png</LocalPayPalHorizontalSolutionPP>

to

<LocalPayPalHorizontalSolutionPP>/webshop/modules/paypal/views/img/default_logos/default_horizontal.png</LocalPayPalHorizontalSolutionPP>

(because my webshob is in a directory called "webshop")

 

 

EDIT: The same goes after update to PayPal 3.10.10

Edited by Rulleguitar (see edit history)
  • Like 1
Link to comment
Share on other sites

Thanks Rulleguitar for the solution  :)

 

My own solution was this:

 

logo.xml

Line 13

<LocalPayPalHorizontalSolutionPP>/views/img/default_logos/default_horizontal.png</LocalPayPalHorizontalSolutionPP>

Change to:

<LocalPayPalHorizontalSolutionPP>https://www.paypal.com/en_GB/i/bnr/horizontal_solution_PP.gif</LocalPayPalHorizontalSolutionPP>

That worked out, no more question mark

 

Edited by MartinBenjamin (see edit history)
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...