Mokhamad Rizkianto
Mokhamad Rizkianto
I found an issue in the replaceElemet function if you run this function, the click function will be executed according to the accumulation of how many times we click inside...
current version missing `'lead_id' => $this->val($options, 'leadId')` ```php $_parameters = array ( 'subject' => $this->val($options, 'subject'), 'type' => $this->val($options, 'type'), 'done' => APIHelper::prepareFormFields($this->val($options, 'done')), 'due_date' => DateTimeHelper::toSimpleDate($this->val($options, 'dueDate')), 'due_time' =>...
based on my issue [issue-1815320059](https://github.com/pipedrive/client-php/issues/85#issue-1815320059)