Skip to content

Commit

Permalink
Update Client.php
Browse files Browse the repository at this point in the history
  • Loading branch information
c1tru55 committed Nov 14, 2014
1 parent 69f3be7 commit aa17105
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MarketplaceWebService/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -872,7 +872,7 @@ private function reportAnyErrors($responseBody, $status, Exception $e = null, $
{
$exProps = array();
$exProps["StatusCode"] = $status;
$exProps["ResponseHeaderMetadata"] = $responseHeaderMetadata;
$exProps["ResponseHeaderMetadata"] = $metadata;

libxml_use_internal_errors(true); // Silence XML parsing errors
$xmlBody = simplexml_load_string($responseBody);
Expand Down

0 comments on commit aa17105

Please sign in to comment.