diff --git a/uninstall.php b/uninstall.php index c80b2de..2dbd918 100644 --- a/uninstall.php +++ b/uninstall.php @@ -40,7 +40,7 @@ 'Content-Type' => 'application/x-www-form-urlencoded', ), 'body' => array( - 'client_id' => 'L0kyADsB3WP5zO5MvUpXQU64gIntQg9BBAIme17r_7A', + 'client_id' => '147qqKJeENYp5MqgL6AOShDDcLK3UQeClmcIV1ij3gI', 'token' => $connection['access_token'], 'token_type_hint' => 'access_token', ), @@ -58,7 +58,7 @@ 'Content-Type' => 'application/x-www-form-urlencoded', ), 'body' => array( - 'client_id' => 'L0kyADsB3WP5zO5MvUpXQU64gIntQg9BBAIme17r_7A', + 'client_id' => '147qqKJeENYp5MqgL6AOShDDcLK3UQeClmcIV1ij3gI', 'token' => $connection['refresh_token'], 'token_type_hint' => 'refresh_token', ),