Giter VIP home page Giter VIP logo

openpay-prestashop's People

Contributors

abrahamgon avatar adanmuguirofoo avatar antoniosilvanopy avatar daniel-mendezop avatar darkaz avatar fedebalderas avatar igrijalva avatar jose-openpay avatar juliovazquez-openpay avatar marcosvzqopenpay avatar rickygzz avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

openpay-prestashop's Issues

No genera webhook en prestashop 1.7.8.9

Todos los modulos de openpay para 1.7.x.x funcionan, a excepción de openpayprestashop
No genera el webhook en sandbox.

Información del servidor: Linux #1 SMP Tue Aug 31 17:08:39 UTC 2021 x86_64

Versión del software del servidor: LiteSpeed

Versión de PHP: 7.4.33

Límite de memoria: 1024M

Tiempo máx. de ejecución: 1500

Tamaño máx. para la carga de archivos: 1024M

error 1005

error en peticion openpay
no se que decir otra ves yo esto paso al intentarlo dar de alta a producción espero en diosito que sea algo muy fácil de resolver

typo

septiembre
esto esta bien?

409 Conflict Openpay en Prestashop

Buenas tardes he instalado el modulo de openpay en mi tienda , pero he estado presentando el error 409 Conflict Openpay
al querer pagar con SPEI. El pago si se realiza pero no redirecciona en donde se genera el PDF

estoy usando prestashop 1.7.7.2

Dejo el error que me muestra en los logs de sandbox
image

Prestashop 1.7.8.7

No se puede instalar en Prestashop 1.7.8.7

Información del servidor: Linux #1 SMP Fri Jan 28 05:34:34 EST 2022 x86_64
Versión del software del servidor: Apache
Versión de PHP: 7.2.34
Límite de memoria: 1024M

ERROR 1003. Please specify a valid source_id

Hola... estoy teniendo justo el mismo problema con el tema de este error "ERROR 1003. Please specify a valid source_id"

Recién instalé Open pay para pagos offline y este para pagos con tarjeta. Con el de pagos offline no tengo problemas, se generan bien, se mandan bien al dashboard de open pay.

Pero el de tarjetas me da ese error (TODO EN PRESTASHOP 1.7.5.1)

Captura de pantalla 2019-04-21 a la(s) 12 28 05

Captura de pantalla 2019-04-21 a la(s) 12 28 21

Captura de pantalla 2019-04-21 a la(s) 12 28 24

¿Podrían ayudarme a resolverlo? Solicité soporte directamente con Open Pay pero me dieron calabazas y me dijeron que el problema es de mi javascript, que lo resuelva yo.

La tienda está recién instalada, sólo tiene configurado como extra el pago vía PayPal, mismo que también funciona sin problemas.

Originally posted by @pvelascodg in #1 (comment)

Prestashop 8.0.x

Buena tarde tienen fecha estimada para la compatibilidad con la nueva versión Prestashop 8.0.x ?
Provee la ultima actualización del modulo y genera los siguientes errores.

Symfony\Component\ErrorHandler\Error
UndefinedMethodError
in C:\xampp\htdocs\managershop\modules\openpayprestashop\openpayprestashop.php (line 1291)
Logger::addLog('HTTP code '.$info['http_code'].' on request to '.$info['url'], 1, null, null, null, true); } curl_close($ch); $array = Tools::jsonDecode($result, true); if (array_key_exists('id', $array)) { Configuration::updateValue('OPENPAY_CLASSIFICATION', $array['classification']); return true; } else {
OpenpayPrestashop->getMerchantInfo()
in C:\xampp\htdocs\managershop\modules\openpayprestashop\openpayprestashop.php (line 870)
'name' => $this->l('Deberás de registrarte en BBVA y configurar las credenciales (ID, llave privada y llave pública.)'), 'result' => $this->getMerchantInfo()); }else{ $tests['configuration'] = array( 'name' => $this->l('Deberás de registrarte en Openpay y configurar las credenciales (ID, llave privada y llave pública.)'), 'result' => $this->getMerchantInfo()); } $tests['php54'] = array( 'name' => $this->l('Tu servidor debe de contar con PHP 5.4 o posterior.'), 'result' => version_compare(PHP_VERSION, '5.4.0', '>='));
OpenpayPrestashop->checkRequirements()
in C:\xampp\htdocs\managershop\modules\openpayprestashop\openpayprestashop.php (line 941)
foreach ($errors as $error) { $this->error[] = $error; } } $requirements = $this->checkRequirements(); foreach ($requirements as $key => $requirement) { if ($key != 'result') { $this->validation[] = $requirement; }
OpenpayPrestashop->getContent()
in C:\xampp\htdocs\managershop\controllers\admin\AdminModulesController.php (line 696)
if (count($this->errors)) { continue; } // Get the return value of current method $echo = $module->{$method}(); // After a successful install of a single module that has a configuration method, to the configuration page if ($key == 'install' && $echo === true && strpos(Tools::getValue('install'), '|') === false && method_exists($module, 'getContent')) { Tools::redirectAdmin(self::$currentIndex . '&token=' . $this->token . '&configure=' . $module->name . '&conf=12'); }
AdminModulesControllerCore->postProcessCallback()
in C:\xampp\htdocs\managershop\controllers\admin\AdminModulesController.php (line 921)
} } // Call appropriate module callback if (!isset($ppm_return)) { $this->postProcessCallback(); } if (Tools::getValue('generate_rtl') && Tools::getValue('configure') != '') { Language::getRtlStylesheetProcessor() ->setProcessPaths([
AdminModulesControllerCore->postProcess()
in C:\xampp\htdocs\managershop\classes\controller\Controller.php (line 308)
if (!$this->content_only && ($this->display_header || (isset($this->className) && $this->className))) { $this->setMedia(); } // postProcess handles ajaxProcess $this->postProcess(); if (!empty($this->redirect_after)) { $this->redirect(); }
ControllerCore->run()
in C:\xampp\htdocs\managershop\classes\Dispatcher.php (line 510)
// Execute hook dispatcher Hook::exec('actionDispatcher', $params_hook_action_dispatcher); // Running controller $controller->run(); // Execute hook dispatcher after Hook::exec('actionDispatcherAfter', $params_hook_action_dispatcher); } catch (PrestaShopException $e) { $e->displayMessage();
DispatcherCore->dispatch()
in C:\xampp\htdocs\managershop\MShop\index.php (line 92)
if (!headers_sent()) { header('Content-Type: text/html; charset=utf-8'); } // Prepare and trigger LEGACY admin dispatcher Dispatcher::getInstance()->dispatch();}

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.