diff options
author | nornholdj <nornholdj@gmail.com> | 2014-11-10 14:43:44 -0500 |
---|---|---|
committer | nornholdj <nornholdj@gmail.com> | 2014-11-10 14:43:44 -0500 |
commit | ea475eb6c96b933fa1f891b3297f4a6e1140e18c (patch) | |
tree | a14135b5c72db3ebda58d0d8c0d055bc47669c85 /examples | |
parent | 638798a8fa0447d8ed0911752a7d0ba907b921e3 (diff) | |
download | php-sparkpost-ea475eb6c96b933fa1f891b3297f4a6e1140e18c.zip php-sparkpost-ea475eb6c96b933fa1f891b3297f4a6e1140e18c.tar.gz php-sparkpost-ea475eb6c96b933fa1f891b3297f4a6e1140e18c.tar.bz2 |
fixed typo
Diffstat (limited to 'examples')
-rw-r--r-- | examples/transmission/send_transmission_all_fields.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/transmission/send_transmission_all_fields.php b/examples/transmission/send_transmission_all_fields.php index da5ddff..fcfd344 100644 --- a/examples/transmission/send_transmission_all_fields.php +++ b/examples/transmission/send_transmission_all_fields.php @@ -19,7 +19,7 @@ try{ ], "description"=>"my description", "replyTo"=>"reply@test.com", - "CustomHeaders"=>[ + "customHeaders"=>[ "X-Custom-Header"=>"Sample Custom Header" ], "trackOpens"=>false, |