to fix this problem change in chp.php

$this->types = array('ECO' => 'Economy',
'PRI' => 'Priority',

to

$this->types = array('ECO' => 'Economy',
'PRI' => 'Priority');

or download the file i had upload..it is already modified...without other change like the original



More...