diff options
author | Vincent Song <vincent.wsong@gmail.com> | 2016-06-14 10:36:53 -0400 |
---|---|---|
committer | Vincent Song <vincent.wsong@gmail.com> | 2016-06-14 10:36:53 -0400 |
commit | 7f8548cf61b478df2b9172afe2a8f77448058a58 (patch) | |
tree | b404898681d297872354c5468baf03b731922ef2 /lib/SparkPost/Resource.php | |
parent | 39abd627feb8ccd0803880c272e04073ed9fd41f (diff) | |
download | php-sparkpost-7f8548cf61b478df2b9172afe2a8f77448058a58.zip php-sparkpost-7f8548cf61b478df2b9172afe2a8f77448058a58.tar.gz php-sparkpost-7f8548cf61b478df2b9172afe2a8f77448058a58.tar.bz2 |
Added parser to change shorthand recipients to array of name and address, wherever possible
Diffstat (limited to 'lib/SparkPost/Resource.php')
-rw-r--r-- | lib/SparkPost/Resource.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/SparkPost/Resource.php b/lib/SparkPost/Resource.php index 91038d5..06318b7 100644 --- a/lib/SparkPost/Resource.php +++ b/lib/SparkPost/Resource.php @@ -23,4 +23,4 @@ class Resource echo "<textarea>" . json_encode($payload) . "</textarea>"; return $this->sparkpost->request('POST', $this->endpoint, $payload, $header); } -} +}
\ No newline at end of file |