Skip to content

Invalid parameter issue #1

Description

@scarecrow98

I noticed there is a possible issue in line 17 that might cause some problems.
This:
curl_setopt($ch, CURLOPT_SSLVERSION, 6);

Should be this:
curl_setopt($this->ch, CURLOPT_SSLVERSION, 6);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions