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 72d1a53 commit d7271d1Copy full SHA for d7271d1
demos/priority_label.php
@@ -3,7 +3,7 @@
3
// Load the class
4
require_once('../USPSPriorityLabel.php');
5
// Initiate and set the username provided from usps
6
-$label = new USPSPriorityLabel('928CAPTU2771');
+$label = new USPSPriorityLabel('xxxx');
7
8
// During test mode this seems not to always work as expected
9
$label->setTestMode(true);
0 commit comments