Skip to content

Conversation

robmyers82
Copy link

…operty names

@FawadNL
Copy link

FawadNL commented Mar 15, 2021

Hi @robmyers82
The issue is actually happening before that in createRequest line 240, which is adding slashes. We simply stripped the slashes with stripslashes() to fix it permanently for all scenarios:

if ($hasData) {
    $body = \stripslashes($data);
    \curl_setopt($this->ch, CURLOPT_POSTFIELDS, $body);
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants