Advertisement
airux

Для метода getNewBook()

Jul 3rd, 2017
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.87 KB | None | 0 0
  1.                  $intentConfig = [
  2.                     "apiKey" => "925405804a23578801d8e942bfdf9d35",
  3.                     "host" => "amo.intent.su",
  4.                     "formId" => 8,
  5.                     "amoAccountId" => 7,
  6.                     "data" => array_merge($_REQUEST, [
  7.                         "intent_amo_ga_data" => $_POST["intent_amo_ga_data"],
  8.                         "intent_amo_visit_information" => $_POST["intent_amo_visit_information"],
  9.                         "contact_name" => $this->data['post']['name']['value'],
  10.                         "contact_email" => $this->data['post']['email']['value'],
  11.                         "contact_phone" => $this->data['post']['tel']['value'],
  12.                         "lead_note" => $this->data['post']['place']['value'],
  13.                     ]),
  14.                     //"debug" => true,
  15.                 ];
  16.                 include "intent.phar";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement