diff options
-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', |