diff options
Diffstat (limited to 'examples')
-rw-r--r-- | examples/unwrapped/create_template.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/unwrapped/create_template.php b/examples/unwrapped/create_template.php index c0e52b7..51ab156 100644 --- a/examples/unwrapped/create_template.php +++ b/examples/unwrapped/create_template.php @@ -1,6 +1,7 @@ <?php namespace Examples\Unwrapped; require_once (dirname(__FILE__).'/../bootstrap.php'); +use SparkPost\SparkPost; use GuzzleHttp\Client; use Ivory\HttpAdapter\Guzzle6HttpAdapter; @@ -14,7 +15,7 @@ try { $templateConfig = [ 'name' => 'Summer Sale!', - 'id'=>'summer-sale', + 'id'=>'jordan-test-summer-sale', 'content'=> [ 'from' => 'from@sparkpostbox.com', 'subject' => 'Summer deals', |