Skip to content

Commit d7271d1

Browse files
committed
Update priority_label.php
1 parent 72d1a53 commit d7271d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demos/priority_label.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// Load the class
44
require_once('../USPSPriorityLabel.php');
55
// Initiate and set the username provided from usps
6-
$label = new USPSPriorityLabel('928CAPTU2771');
6+
$label = new USPSPriorityLabel('xxxx');
77

88
// During test mode this seems not to always work as expected
99
$label->setTestMode(true);

0 commit comments

Comments
 (0)