We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbc96ca commit 7a1ec31Copy full SHA for 7a1ec31
readme.md
@@ -298,8 +298,8 @@ $client_secret = "*****************************************"; // UPS Client Secr
298
$query = new TrackingQuery(); // optional
299
$query->setLocale("en_US"); // optional
300
$query->setReturnSignature("false"); //optional
301
-$query->setReturnSignature("false"); //optional
302
+$query->setReturnMilestones("false"); //optional
+$query->setReturnPOD("false"); //optional
303
/********* End Tracking Query *********/
304
305
$tracking = new Tracking();
0 commit comments