See if this helps....
Around Line 187, Edit the coded volume of 12.5 to whatever you want to be the max volume that you will ship via first class.
Code:
'First-Class Mail Package'=>
array('id'=>0, 'maxWeight'=>0.8125, 'transitReq'=>'StandardB', 'maxGL'=>108, 'maxLength'=>'', 'maxWidth'=>'', 'maxHeight'=>'', 'volume'=>12.5, 'regOnly'=>0, 'commOnly'=>0, 'size'=>'', 'fcType'=>'PARCEL','container'=>'', 'service'=>'FIRST CLASS'), //CLASSID="0"
Bookmarks