Skip to content

Beware: the status code '60' does not mean the payment was successful. #1

Closed
@filipheymans

Description

@filipheymans

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions