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

This commit is contained in:
developer 2026-04-13 17:16:31 +08:00
parent 1a796cc091
commit 938cefafc4

View File

@ -66,7 +66,7 @@ public function send()
$postdata = http_build_query( $postdata = http_build_query(
$this->data $this->data
); );
dd($this->data); //dd($this->data);
$opts = array( $opts = array(
'ssl' => array( 'ssl' => array(
'verify_peer' => true, 'verify_peer' => true,