Skip to content

Commit

Permalink
Applying fix specified in sonnenglas#25 (content headers)
Browse files Browse the repository at this point in the history
  • Loading branch information
Brandon committed May 1, 2019
1 parent 7a0674b commit 2b37b47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AmazonFeed.php
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,7 @@ protected function parseXML($xml)
protected function genHeader()
{
$return[0] = "Content-MD5:" . $this->feedMD5;
$return[1] = "Content-Type: application/xml";
return $return;
}

Expand Down Expand Up @@ -370,4 +371,3 @@ public function getResponse()

}

?>

0 comments on commit 2b37b47

Please sign in to comment.