eddgeo Posted December 28, 2012 Share Posted December 28, 2012 (edited) Tengo el siguiente Error: [PrestaShop] Fatal error in module paypal: Declaration of PayPal::validateOrder() should be compatible with PaymentModuleCore::validateOrder($id_cart, $id_order_state, $amount_paid, $payment_method = 'Unknown', $message = NULL, $extra_vars = Array, $currency_special = NULL, $dont_touch_amount = false, $secure_key = false, Shop $shop = NULL) Necesito que me ayuden porfavor,... Espero respuestas Saludos Cordiales. Edited January 12, 2013 by eddgeo (see edit history) Link to comment Share on other sites More sharing options...
Sergio Ruiz Posted December 28, 2012 Share Posted December 28, 2012 Tengo el siguiente Error: [PrestaShop] Fatal error in module paypal: Declaration of PayPal::validateOrder() should be compatible with PaymentModuleCore::validateOrder($id_cart, $id_order_state, $amount_paid, $payment_method = 'Unknown', $message = NULL, $extra_vars = Array, $currency_special = NULL, $dont_touch_amount = false, $secure_key = false, Shop $shop = NULL) Necesito que me ayuden porfavor,... Espero respuestas Saludos Cordiales. ¿El modulo de paypal, tambien esta actualizado? http://addons.prestashop.com/es/pagos-prestashop-modulos/1748-paypal.html (Revisa) Link to comment Share on other sites More sharing options...
eddgeo Posted December 28, 2012 Author Share Posted December 28, 2012 Como puedo actualizarlo?... Lo necesito para la v 1.5.3 Link to comment Share on other sites More sharing options...
Sergio Ruiz Posted December 28, 2012 Share Posted December 28, 2012 (edited) Como puedo actualizarlo?... Lo necesito para la v 1.5.3 Bajate la ultima versión del enlace que te he pasado, y prueba... a ver.. (machacando ese por el que tienes) Edited December 28, 2012 by Rubalcaba (see edit history) Link to comment Share on other sites More sharing options...
eddgeo Posted December 28, 2012 Author Share Posted December 28, 2012 Es que ese descargue yo, y ese es el que me tira el problema man. Link to comment Share on other sites More sharing options...
Sergio Ruiz Posted December 28, 2012 Share Posted December 28, 2012 Por lo que veo aquí: http://www.prestashop.com/forums/topic/212909-paypal-strict-standard-error/ hay otro usuario con el mismo error.. Link to comment Share on other sites More sharing options...
jesusruiz Posted December 28, 2012 Share Posted December 28, 2012 (edited) Ahora mismo sólo hay un error en revisión sobre Paypal en el Bug Tracker, pero no tiene nada que ver en principio con este error que te aparece. Sería interesante que abrieras una incidencia. Edited December 28, 2012 by jesusruiz (see edit history) Link to comment Share on other sites More sharing options...
eddgeo Posted December 28, 2012 Author Share Posted December 28, 2012 Por el momento el Error es del Modulo aun no es compatible con la version 1.5.3. Mejor voy a usar la version 1.5.2 ya que para esta version esta el modulo Paypal. Link to comment Share on other sites More sharing options...
eddgeo Posted January 12, 2013 Author Share Posted January 12, 2013 In modules/paypal.php scroll down to bottom of file and replace the validateOrder Method with: public function validateOrder($id_cart, $id_order_state, $amountPaid, $paymentMethod = 'Unknown', $message = null, $transaction = array(), $currency_special = null, $dont_touch_amount = false, $secure_key = false, Shop $shop = null) Basically only "Shop" has to be added before "$shop = null". Thanks gay, i am resolving this problem.. Best Regards Tema solucionado. Link to comment Share on other sites More sharing options...
Recommended Posts