Jump to content

Error 500 al validar un pedido


Recommended Posts

Me pueden ayudar tengo un error al validar la el pago a traves de transferencia bancaria

este es el error

 

168.
169. $order_status = new OrderState((int)$id_order_state, (int)$this->context->language->id);
170. if (!Validate::isLoadedObject($order_status))
171. {
172. PrestaShopLogger::addLog('PaymentModule::validateOrder - Order Status cannot be loaded', 3, null, 'Cart', (int)$id_cart, true);
173. throw new PrestaShopException('Can\'t load Order status'); 174. }
175.
176. if (!$this->active)
177. {
178. PrestaShopLogger::addLog('PaymentModule::validateOrder - Module is not active', 3, null, 'Cart', (int)$id_cart, true);
 

saludos

Link to comment
Share on other sites

  • nadie locked this topic
Guest
This topic is now closed to further replies.
×
×
  • Create New...