Skip to content

Commit 7d204bd

Browse files
committed
Update open_label.php
1 parent 2c564f0 commit 7d204bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

demos/open_label.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
// During test mode this seems not to always work as expected
99
$label->setTestMode(true);
1010

11-
$label->setFromAddress('Erik', 'Richard', '', '5161 Lankershim Blvd', 'North Hollywood', 'CA', '91601', '# 204');
12-
$label->setToAddress('Landmark Network', '5440 Tujunga Ave', 'North Hollywood', 'CA', '91601', '707');
11+
$label->setFromAddress('John', 'Doe', '', '5161 Lankershim Blvd', 'North Hollywood', 'CA', '91601', '# 204');
12+
$label->setToAddress('Vincent Gabriel', '5440 Tujunga Ave', 'North Hollywood', 'CA', '91601', '707');
1313
$label->setWeightOunces(1);
1414

1515
// Perform the request and return result

0 commit comments

Comments
 (0)