Skip to content

Commit

Permalink
Merge pull request #15 from juriansluiman/release/beta1
Browse files Browse the repository at this point in the history
Release/beta1
  • Loading branch information
Jurian Sluiman committed Aug 11, 2013
2 parents 0995088 + 895b5c1 commit 8058732
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ and save it in the root of your project:
```
{
"require": {
"slm/ideal-payment": "@dev"
"slm/ideal-payment": "@beta"
}
}
```
Expand Down Expand Up @@ -178,4 +178,4 @@ $client->setKeyFile('data/ssl/priv.pem');
$client->setKeyPassword('h4x0r');
```

Now `$client` is configured, use above methods to perform the various requests.
Now `$client` is configured, use above methods to perform the various requests.
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 8058732

Please sign in to comment.