Skip to content

Options for cUrl adapter #76

Description

@akDeveloper

Options do not merge correctly when re-using cUrl adapter for concurrent requests.

https://github.com/akDeveloper/Aktive-Merchant/blob/master/lib/AktiveMerchant/Http/Adapter/cUrl.php#L231

Array in $default variable holds the new data including the new url and should replace any data in $this->options array.

A temporary workaround is to overwrite the getAdapter method in a Gateway class and always return a new instance of cUrl adapter.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions