Skip to content

Commit

Permalink
Fix missing method call
Browse files Browse the repository at this point in the history
  • Loading branch information
Jurian Sluiman committed Aug 11, 2013
1 parent 0995088 commit af60b55
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/SlmIdealPayment/Client/StandardClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -530,10 +530,7 @@ protected function _createXmlForRequestStatus(array $data)
$document->loadXML($xml);

$this->sign($document);

if (!$document->schemaValidate($this->getValidationSchema())) {
throw new Exception\XmlValidationException('Generated XML for status request could not be validated');
}
$this->validate($document);

return $document;
}
Expand Down

0 comments on commit af60b55

Please sign in to comment.