summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJordan Nornhold <nornholdj@gmail.com>2015-10-15 12:14:17 -0400
committerJordan Nornhold <nornholdj@gmail.com>2015-10-15 12:14:17 -0400
commitae3aabcafba5c69c174b1c5407da3cc009e2ce49 (patch)
treee7716f274a6d52cfe09bbc2c2fd42a0575f95976
parent702d006bf9a384c0b723dc163105ad2e3cd056eb (diff)
downloadphp-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.php2
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',