From 3e168ea0469d5fd56e35687660ec15060c0c6e88 Mon Sep 17 00:00:00 2001 From: O K Date: Sat, 27 Dec 2025 14:08:04 +0200 Subject: [PATCH] add external log for fail attempt --- override/modules/zh_uspslabels/zh_uspslabels.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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."); } }