Skip to content

CURL returns 0 #13

Description

@alex-reach

CURL returns "0" in my case. Everything is working, when I change this line to the following:

if ($errorNumber != '') {

if ($errorNumber != '' && $errorNumber != 0) {
throw new Exception($errorMessage);
}

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