diff --git a/example/CancelLetter.php b/example/CancelLetter.php index ead0f04..a37b909 100644 --- a/example/CancelLetter.php +++ b/example/CancelLetter.php @@ -13,11 +13,11 @@ $letter = new MailLiftLetter; // Fill in the minimum required fields to send a letter. -$letter->RecipientName1 = 'Daniel Jurek'; -$letter->RecipientAddress1 = '123 Fake St'; -$letter->RecipientCity = 'San Marcos'; -$letter->RecipientStateCode = 'TX'; -$letter->RecipientPostCode = '78666'; +$letter->RecipientName1 = 'Daniel Jurek'; +$letter->RecipientAddress1 = '123 Fake St'; +$letter->RecipientCity = 'San Marcos'; +$letter->RecipientStateCode = 'TX'; +$letter->RecipientPostCode = '78666'; $letter->MessageBody = 'Test new letter message :)'; diff --git a/example/Constants.php b/example/Constants.php index f6520b1..55d432b 100644 --- a/example/Constants.php +++ b/example/Constants.php @@ -1,3 +1,3 @@ RecipientName1 = 'Daniel Jurek'; -$letter->RecipientAddress1 = '123 Fake St'; -$letter->RecipientCity = 'San Marcos'; -$letter->RecipientStateCode = 'TX'; -$letter->RecipientPostCode = '78666'; -$letter->MessageBody = 'Test new letter message :)'; +$letter->RecipientName1 = 'Daniel Jurek'; +$letter->RecipientAddress1 = '123 Fake St'; +$letter->RecipientCity = 'San Marcos'; +$letter->RecipientStateCode = 'TX'; +$letter->RecipientPostCode = '78666'; +$letter->MessageBody = 'Test new letter message :)'; // Send the letter via MailLift diff --git a/example/OneLetter.php b/example/OneLetter.php index 1267eb5..47689fe 100644 --- a/example/OneLetter.php +++ b/example/OneLetter.php @@ -13,13 +13,13 @@ $letter = new MailLiftLetter; // Fill in the minimum required fields to send a letter. -$letter->RecipientName1 = 'Daniel Jurek'; -$letter->RecipientAddress1 = '123 Fake St'; -$letter->RecipientCity = 'San Marcos'; -$letter->RecipientStateCode = 'TX'; -$letter->RecipientPostCode = '78666'; -$letter->MessageBody = 'Test new letter message :)'; -//$letter->ScheduledDelivery = "2017-09-12"; +$letter->RecipientName1 = 'Daniel Jurek'; +$letter->RecipientAddress1 = '123 Fake St'; +$letter->RecipientCity = 'San Marcos'; +$letter->RecipientStateCode = 'TX'; +$letter->RecipientPostCode = '78666'; +$letter->MessageBody = 'Test new letter message :)'; +//$letter->ScheduledDelivery = "2017-09-12"; // Send the letter via MailLift