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