Skip to content

Commit 72d1a53

Browse files
committed
Update open_label.php
1 parent 91c1c38 commit 72d1a53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demos/open_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('../USPSOpenDistributeLabel.php');
55
// Initiate and set the username provided from usps
6-
$label = new USPSOpenDistributeLabel('928CAPTU2771');
6+
$label = new USPSOpenDistributeLabel('xxxx');
77

88

99
$label->setFromAddress('John', 'Doe', '', '5161 Lankershim Blvd', 'North Hollywood', 'CA', '91601', '# 204');

0 commit comments

Comments
 (0)