добавил передачу agency_id в битрикс при создании контакта

This commit is contained in:
developer 2026-04-13 16:42:20 +08:00
parent 64dcdbe1f2
commit 1a796cc091

View File

@ -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,