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 7a1ec31 commit 5044666Copy full SHA for 5044666
demo/tracking.php
@@ -12,8 +12,8 @@
12
$query = new TrackingQuery(); // optional
13
$query->setLocale("en_US"); // optional
14
$query->setReturnSignature("false"); //optional
15
-$query->setReturnSignature("false"); //optional
16
+$query->setReturnMilestones("false"); //optional
+$query->setReturnPOD("false"); //optional
17
/********* End Tracking Query *********/
18
19
$tracking = new Tracking();
0 commit comments