Skip to content

Commit 0cbed77

Browse files
author
Josh Pettett
committed
removed obsolete line
1 parent 0ddd5a9 commit 0cbed77

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

lib/Phaxio.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,6 @@ private function curlSetoptCustomPostfields($ch, $postfields, $headers = null)
196196
}
197197

198198
if ($value instanceof Phaxio\StringUpload) {
199-
$filename = stream_get_meta_data($value)['uri'];
200199
$body[] = '--' . $boundary;
201200
$body[] = 'Content-Disposition: form-data; name="' . $key . '"; filename="string.' . $value->extension . '"';
202201
$body[] = 'Content-Type: application/octet-stream';

0 commit comments

Comments
 (0)