--- C:/patch/Original/uc_usps.module	Sat Jan 28 18:01:08 2012
+++ C:/patch/Modified/uc_usps.module	Sat Jan 28 18:00:05 2012
@@ -368,7 +368,7 @@
             foreach ($package->Postage as $postage) {
               $classid = (string)$postage['CLASSID'];
               if ($classid === '0') {
-                if ((string)$postage->MailService == "First-Class Mail® Package") {
+                if ((string)$postage->MailService == "First-Class Mail® Parcel") {
                   $classid = 'zeroParcel';
                 }
                 elseif ((string)$postage->MailService == "First-Class Mail® Letter") {
