function uc_bank_transfer_token_values($type, $object = NULL) {
  switch ($type) {
    case 'order':
      $order = $object;
      $values['order-payment-bank-details'] = theme('uc_bank_transfer_bank_details', $arg1->order_id);
      break;
  }

  return $values;
}

It must be $order ->order_id and not $arg1->order_id

Comments

xibun’s picture

Status: Active » Fixed

thanks! just committed the fix.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.