fix: Emergency fix for syntax error in Zoho admin
This commit is contained in:
parent
92b8f9707c
commit
0942bf19c8
1 changed files with 0 additions and 5 deletions
|
|
@ -624,11 +624,6 @@ class HVAC_Zoho_Admin {
|
||||||
'code' => $_GET['code']
|
'code' => $_GET['code']
|
||||||
);
|
);
|
||||||
|
|
||||||
'client_id' => substr($client_id, 0, 20) . '...',
|
|
||||||
'redirect_uri' => $redirect_uri,
|
|
||||||
'code' => substr($_GET['code'], 0, 20) . '...'
|
|
||||||
)));
|
|
||||||
|
|
||||||
$response = wp_remote_post($token_url, array(
|
$response = wp_remote_post($token_url, array(
|
||||||
'body' => $token_params,
|
'body' => $token_params,
|
||||||
'timeout' => 30
|
'timeout' => 30
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue