AndreD Posted April 17, 2009 Posted April 17, 2009 hi, why does the payment module; "European Bank Transfer" do not set the correct order status ?
irpens Posted January 13, 2010 Posted January 13, 2010 There is a typo on line 26 in the if statement if ((int)MODULE_PAYMENT_EU_BANKTRANSFER_ID > 0) { $this->order_status = MODULE_PAYMENT_EU_BANKTRANSFER_ORDER_STATUS_ID; } it should be: if ((int)MODULE_PAYMENT_EU_BANKTRANSFER_ORDER_STATUS_ID > 0) { $this->order_status = MODULE_PAYMENT_EU_BANKTRANSFER_ORDER_STATUS_ID; }
Recommended Posts
Archived
This topic is now archived and is closed to further replies.