Skip to content

At Line 17 is it $ch or $this->$ch? #2

@rijans

Description

@rijans

I think at line 17,

curl_setopt($ch, CURLOPT_SSLVERSION, 6);

should be

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

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