diff --git a/override/modules/zh_uspslabels/zh_uspslabels.php b/override/modules/zh_uspslabels/zh_uspslabels.php index d450fea..f1d0596 100644 --- a/override/modules/zh_uspslabels/zh_uspslabels.php +++ b/override/modules/zh_uspslabels/zh_uspslabels.php @@ -31,7 +31,7 @@ class Zh_UspsLabelsOverride extends Zh_UspsLabels if ($newRate !== false && $newRate !== null) { return $newRate; } - + $bridge->externalLog(['calculateRate Failed' => ['params' => $params, 'shipping_cost' => $shipping_cost, 'products' => $products, 'this' => $this]]); $bridge->log("Bridge returned false/null. Falling back to Legacy API."); } }