добавил передачу agency_id в битрикс при создании контакта
This commit is contained in:
parent
64dcdbe1f2
commit
1a796cc091
@ -66,6 +66,7 @@ public function send()
|
||||
$postdata = http_build_query(
|
||||
$this->data
|
||||
);
|
||||
dd($this->data);
|
||||
$opts = array(
|
||||
'ssl' => array(
|
||||
'verify_peer' => true,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user