Jump to content

which is the latest pre-v2.0 paypal API?


Recommended Posts

Yep, PayPal v1.7.1 + PayPal API v1.0 + PayPal Express and Integral = PayPal v2.0.


now the ultimate dummy question, guess I saw this here already but could not find it again: which is the difference btw plain v1.7 and v1.0 API? Does the plain non-API version also provide credit card payment and instant payment processing/approval.
would love to use v2.0 (again) but without the confirmation page: no good :-), even if customers get the confirmation email they see not positive (or negative) result on my shop pages...

thanks mate
phil
Link to comment
Share on other sites

  • 5 months later...

Rocky

I'm getting an https error up saying 'not secure' just before the paypal v2.0 option shows to buyers. This, I think, suggests an SSL issue with the module/image. I expect this is putting people off proceeding and therefore I need help to resolve.

I was running API 1.7 without issue but was told V2.0 was better so I changed yesterday.
The error only shows when I'm using IE8 but seeing as many people use this browser I need to resolve.

Please can you do a test purchase please and advise what I can investigate in order to resolve.

Many thanks in advance of your help

Best regards

Gillian
Pinkloveshy

Link to comment
Share on other sites

It looks like it's a bug in the Twenga module. I see the following non-secure link on the payment selection page:

<script language="javascript" type="text/javascript" src="http://tracker.twenga.co.uk/ef2ee09ea9551de88bc11fd7eeea93b0"></script>



Unfortunately, it seems this script is downloaded from Twenga using the getTrackingScript function in modules/twenga/lib/TwengaObj.php, so you can't directly change it. You could try doing a string replace on the result returned from the server. For example, try changing line 413 of modules/twenga/lib/TwengaObj.php from:

return (string)$obj_xml->message;



to:

return str_replace('http://', 'https://', (string)$obj_xml->message);

Link to comment
Share on other sites

Hi Rocky

I tried the fix above and no joy. Same issue remains. I am assuming it will be a Twenga issue as this has been installed recently.
I've attached the screen shots so you can see what's happening. When I select yes on the error then the paypal 2.0 symbol appears. Is it possible it could be associated with paypal??

Any other thoughts on how to resolve?

All

I am using Twenga V1.5 with Prestashop 1.3.7 as instructed by Twenga, as V1.4 failed to validate tracking. If you have had this issue and resolved please advise.

I need help as fast as possible as my sales have now stopped due to the error message putting buyers off

Thanks

Gillain
(Pinkloveshy)

44488_pfXZ2XJf1lrjD1mI7DQC_t

44489_JYdrVlaq9n1nuCnyvoID_t

Link to comment
Share on other sites

I can't see any problem with the PayPal module. I'm using IE9 and the PayPal option is there even before I click the "Show all content" button. Try disabling the Twenga module and check whether the message disappears.

Link to comment
Share on other sites

Rocky

I've left module as it is at the moment and Twenga developer is looking at this issue for me. Like you they have been very helpful and are trying to resolve. I just hope this is resolved soon as it is impacting on sales.

Many thanks for your responses to date

Regards

Gillian

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...