Skip to content

Authorize.net declined transactions go in as failed- which may/may not be a bug #17

@robinsowell

Description

@robinsowell

Cartthrob_authorize_net.php:charge (175-176) where the code treats anything that is not successful as a failure:

            if (!$response->isSuccessful()) {
                return $this->fail($response->getMessage());
            }

CT does have the framework for a 'declined' response, but it looks like anything that isn't a success in authorize.net gets recorded as 'failed'. Which... is not necessarily a bug, but if we can catch a 'declined' it would be nice.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions