diff options
author | Jordan Nornhold <nornholdj@gmail.com> | 2015-10-15 12:14:17 -0400 |
---|---|---|
committer | Jordan Nornhold <nornholdj@gmail.com> | 2015-10-15 12:14:17 -0400 |
commit | ae3aabcafba5c69c174b1c5407da3cc009e2ce49 (patch) | |
tree | e7716f274a6d52cfe09bbc2c2fd42a0575f95976 | |
parent | 702d006bf9a384c0b723dc163105ad2e3cd056eb (diff) | |
download | php-sparkpost-ae3aabcafba5c69c174b1c5407da3cc009e2ce49.zip php-sparkpost-ae3aabcafba5c69c174b1c5407da3cc009e2ce49.tar.gz php-sparkpost-ae3aabcafba5c69c174b1c5407da3cc009e2ce49.tar.bz2 |
Updated template id in unwrapped example
-rw-r--r-- | examples/unwrapped/create_template.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/unwrapped/create_template.php b/examples/unwrapped/create_template.php index a3431d4..d59815d 100644 --- a/examples/unwrapped/create_template.php +++ b/examples/unwrapped/create_template.php @@ -19,7 +19,7 @@ try { $templateConfig = [ 'name' => 'Summer Sale!', - 'id'=>'jordan-test-summer-sale', + 'id'=>'summer-sale', 'content'=> [ 'from' => 'from@sparkpostbox.com', 'subject' => 'Summer deals', |