Skip to content

Commit

Permalink
Validate responses with XSD
Browse files Browse the repository at this point in the history
  • Loading branch information
Jurian Sluiman committed Aug 11, 2013
1 parent 8a4ae45 commit b5b7531
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/SlmIdealPayment/Client/StandardClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,7 @@ protected function request(DOMDocument $document)
$document = new DOMDocument;
$document->loadXML($body);

$this->validate($document);
$this->verify($document);

$errors = $document->getElementsByTagName('Error');
Expand Down

0 comments on commit b5b7531

Please sign in to comment.