Advertisement
airux

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

Jul 3rd, 2017
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 1.07 KB | None | 0 0
  1.                 $intentConfig = [
  2.                     "apiKey" => "925405804a23578801d8e942bfdf9d35",
  3.                     "host" => "amo.intent.su",
  4.                     "formId" => 7,
  5.                     "amoAccountId" => 7,
  6.                     "data" => array_merge($_REQUEST, [
  7.                         "intent_amo_visit_information" => $_POST["intent_amo_visit_information"],
  8.                         "intent_amo_ga_data" => $_POST["intent_amo_ga_data"],
  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']['reciever']['value'] . "\n" .
  13.                                        "Место строительства: " . $this->data['post']['city']['value'] . "\n" .
  14.                                        "Вопрос: " . $this->data['post']['question']['value'],
  15.                     ]),
  16.                     //"debug" => true,
  17.                 ];
  18.                 include "intent.phar";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement