Guest
15 Sep 2013 16:23

Hi i have problems to test Emerald - Payment gateway - PayPal - v. 9.16 on a Joomla 3 site with Emerald 9 - The file iam using is gateways_emerald.j3.paypal.v.9.16.zip Beta

The problem is that the gateway change the email paypal email address example: This email address is being protected from spambots. You need JavaScript enabled to view it. is the correct email account in Paypal and receiving this when the website tried to connect with Paypal company%40test.com for that reason i received a error from paypal:

We cannot process this transaction because there is a problem with the PayPal email address supplied by the seller. Please contact the seller to resolve the problem. If this payment is for an eBay listing, you can contact the seller via the "Ask Seller a Question" link on the listing page. When you have the correct email address, payment can be made at www.paypal.com.

How to fix this?

Last Modified: 02 Mar 2014


Guest
15 Sep 2013 18:04

{SOLVED}

Hi i found where is the problem and how to fix.

you need to find this file paypal.php locate in :

/components/com_emerald/library/gateways/paypal/paypal.php

Look for the line 116:

    $param['business']      = urlencode($params->get('email'));

and change this :urlencode to this: urldecode and this fix the problem. Hope help anybody with the same issued.

:D


Sergey
Total posts: 13,748
16 Sep 2013 07:45

Fix added to next version.

Powered by Cobalt