Jump to content

CD orders defaulting to Paid


Recommended Posts

each payment module should has got function:

$this->module->validateOrder((int)$this->context->cart->id, Configuration::get('PS_OS_PREPARATION'), $total, $this->module->displayName, null, array(), null, false, $customer->secure_key);

and Configuration::get('PS_OS_PREPARATION') is an order status, you have to change it

Link to comment
Share on other sites

×
×
  • Create New...