Re: Re: Beta1 Shipping Bug

Posts: 2349
Joined: 08/07/2007
AdministratoreLiTe!

You'd think I'd understand logic by this point.

We still need the 'data' key because that's where the error messages go. Change the line to

<?php
   
if ($service != 'data' && !in_array($service, $usps_services)){
      unset(
$services[$service]);
    }
?>

and things will work better.

Beta1 Shipping Bug By: barliesque (42 replies) Sun, 01/13/2008 - 22:58