Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OpenPay error: Autenticación de 3D secure fallida #10

Open
GOFHEC opened this issue Oct 10, 2019 · 0 comments
Open

OpenPay error: Autenticación de 3D secure fallida #10

GOFHEC opened this issue Oct 10, 2019 · 0 comments

Comments

@GOFHEC
Copy link

GOFHEC commented Oct 10, 2019

Buen día,

Estoy teniendo problemas en el front office de mi sitio con los pagos a través de OpenPay. Agradezco de antemano sus aportaciones y ayuda. El centro de atención OpenPay no ha sabido solucionarlo.
El error que me manda es: "Autenticación de 3D Secure fallida, favor de contactar a su banco emisor."

Y asi se ve el problema en modo Debug:

Table 'preciosd_pres337.psro_openpay_customer' doesn't exist

        SELECT openpay_customer_id
        FROM psro_openpay_customer
        WHERE id_customer = 3 AND (mode = "test" OR mode IS NULL) LIMIT 1

at line 769 in file classes/db/Db.php
764. if ($webservice_call && $errno) {
765. $dbg = debug_backtrace();
766. WebserviceRequest::getInstance()->setError(500, '[SQL Error] ' . $this->getMsgError() . '. From ' . (isset($dbg[3]['class']) ? $dbg[3]['class'] : '') . '->' . $dbg[3]['function'] . '() Query was : ' . $sql, 97);
767. } elseif (PS_DEBUG_SQL && $errno && !defined('PS_INSTALLATION_IN_PROGRESS')) {
768. if ($sql) {
769. throw new PrestaShopDatabaseException($this->getMsgError() . '

' . $sql . '
');
770. }
771.
772. throw new PrestaShopDatabaseException($this->getMsgError());
773. }
774. }
DbCore->displayError - [line 385 - classes/db/Db.php] - [1 Arguments]
DbCore->query - [line 663 - classes/db/Db.php] - [1 Arguments]
DbCore->getRow - [line 732 - modules/openpayprestashop/openpayprestashop.php] - [1 Arguments]
OpenpayPrestashop->getOpenpayCustomer - [line 52 - modules/openpayprestashop/controllers/front/confirm.php] - [1 Arguments]
OpenpayPrestashopConfirmModuleFrontController->initContent - [line 291 - classes/controller/Controller.php]
ControllerCore->run - [line 515 - classes/Dispatcher.php]
DispatcherCore->dispatch - [line 28 - index.php]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant