We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
src/Message/CompletePurchaseResponse.php
/** * @inheritDoc */ public function isSuccessful() { return $this->isValid() && in_array($this->getCode(), array('00', '60')); }
Code '60' should not be handled as a successful transaction.