PrestaShopCorp / paypalmx

Support for Paypal payments in Mexico
1 stars 7 forks source link

Functional testing comments #3

Open Quetzacoalt91 opened 9 years ago

Quetzacoalt91 commented 9 years ago

Settings page

foreach($css_files as $cssfile)
    echo '<link type="text/css" rel="stylesheet" href="'.$cssfile.'" />';

should be

$css = '';
[...]
foreach($css_files as $cssfile)
    $css .= '<link type="text/css" rel="stylesheet" href="'.$cssfile.'" />';
[...]
return $css;

Front-office

Unexpected payment error

Unfortunately, an error occured while communicating with PayPal.

Short Error Message: Transaction refused because of an invalid argument. See additional error messages for details.
Detailed Error Message: Item total is invalid.
Error Code: 10426
Please contact our Customer service and mention this error code to get this issue resolved.

capture du 2014-12-05 15 39 20

pxloft commented 9 years ago

I'm getting this exact error! Did you figure this out? Please respond.

rfeathers commented 9 years ago

Should be able to check out now, too, with the latest pull request.

tchauviere commented 9 years ago

Hi @rfeathers,

I refreshed this issue and here is the list of remaining bugs (tested with your PR included):

capture d ecran 2015-02-13 11 13 40

rfeathers commented 9 years ago

These additional issues have been addressed - new commit is in.

tchauviere commented 9 years ago

Updated comments (with latest commits Included)

capture d ecran 2015-02-13 11 13 40

tchauviere commented 9 years ago

Updated comments (with latest commits Included)


capture d ecran 2015-02-13 11 13 40


capture d ecran 2015-02-19 17 07 21

instead of:

capture d ecran 2015-02-19 17 32 27

rfeathers commented 9 years ago

Hmm, ok - I've tried to recreate these with several different accounts, but I can not do so. http://ps.webfeathers.com/prestashop_1.6.mov Is there something in my config that is non-standard? SERVER INFORMATION

Server information Darwin Darwin Kernel Version 14.1.0: Mon Dec 22 23:10:38 PST 2014; root:xnu-2782.10.72~2/RELEASE_X86_64 x86_64

Server software version Apache/2.2.29 (Unix) mod_fastcgi/2.4.6 mod_wsgi/3.4 Python/2.7.8 PHP/5.6.2 mod_ssl/2.2.29 OpenSSL/0.9.8zc DAV/2 mod_perl/2.0.8 Perl/v5.20.0

PHP version 5.6.2

Memory limit 128M

Max execution time 30

DATABASE INFORMATION

MySQL version 5.5.38

MySQL server localhost

MySQL name prestashop

MySQL user root

Tables prefix ps_

MySQL engine InnoDB

STORE INFORMATION

PrestaShop version 1.6.0.11

Shop URL http://localhost/

Current theme in use default-bootstrap

tchauviere commented 9 years ago

Hi @rfeathers,

Here's whats happening to me when I do the same as you: http://www.smartgen.fr/public/16011_paypalmx_issue.mov

I even tried to create new Sandbox Business account to have one from Mexico (the one used in the video), just to be sure it wasnt an issue to use a French Business test account with a module designed for Mexico.

But I just had the same result.

I don't think it's a conf issue, I saw in your video you use MAMP and I use it as well so I guess ours conf are pretty much the same - Here's mine:

SERVER INFORMATION

Apache/2.2.29 (Unix) mod_fastcgi/2.4.6 mod_wsgi/3.4 Python/2.7.8 PHP/5.5.18 mod_ssl/2.2.29 OpenSSL/0.9.8za DAV/2 mod_perl/2.0.8 Perl/v5.20.0

PHP version 5.5.18

Memory limit 128M

Max execution time 30

DATABASE INFORMATION

MySQL version 5.5.38

MySQL server localhost

MySQL name prestashop_16011

MySQL user root

Tables prefix ps_

MySQL engine InnoDB

STORE INFORMATION

PrestaShop version 1.6.0.11

Shop URL http://localhost/prestashop_16011

Current theme in use default-bootstrap

pruebaspaypalmx commented 9 years ago

Hi, this issue has already been addressed and it's functioning OK.