Skip to content

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

@GOFHEC

Description

@GOFHEC

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]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions