Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

European Bank Transfer 1.9.1 (1.9.3) does not set order status


AndreD

Recommended Posts

  • 8 months later...
Posted

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;

}

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...