Jump to content

Module bankwire error in 1.5.1.0


Recommended Posts

In a new order, select transfer in pay metod (bankwire module) and push confirm the order, crash

in /modules/bankwire/controllers/front/validation.php, line:

$this->module->validateOrder($cart->id, Configuration::get('PS_OS_BANKWIRE'), $total, $this->module->displayName, NULL, $mailVars, (int)$currency->id, false, $customer->secure_key);

 

and produce white page.

 

and don't execute the next line:

Tools::redirect('index.php?controller=order-confirmation&id_cart='.$cart->id.'&id_module='.$this->module->id.'&id_order='.$this->module->currentOrder.'&key='.$customer->secure_key);

 

why?

 

Thanks.

Edited by ledcar (see edit history)
Link to comment
Share on other sites

  • 1 month later...
×
×
  • Create New...