Only developed this for going to post office. do not think I have enough business for business postage yet (no link on your reply). To answer your question you will need to modify the class name in line 12
and this->code on line 22PHP Code:
class rm2ndsmlparcel {
to what ever you called the module it should then work. Obviously you will need to set the rates correctly.PHP Code:
$this->code = 'rm2ndsmlparcel';
Good luck.