You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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."
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
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() . '
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]
The text was updated successfully, but these errors were encountered: