i figured it out, but dont know why it effected upsxml.
this was in ups.php
Code:
$sba_shipping_weight = ceil($sba_box_cubic/139) + $sba_shipping_weight;
changing to this fixed it for both.
Code:
$sba_shipping_weight = ceil($sba_shipping_weight);