Update index.php
This commit is contained in:
parent
778434f5ca
commit
793fde567e
|
|
@ -105,7 +105,7 @@
|
|||
$array['messages'][0]["contact_uuid"] = $contact_uuid;
|
||||
$array['messages'][0]['message_uuid'] = $message_uuid;
|
||||
$array['messages'][0]['message_json'] = $json;
|
||||
$array['messages'][0]['message_direction'] = 'inbound';
|
||||
$array['messages'][0]['message_direction'] = 'receive';
|
||||
$array['messages'][0]['message_date'] = 'now()';
|
||||
$array['messages'][0]['message_type'] = 'sms';
|
||||
$array['messages'][0]['message_from'] = $message["from"];
|
||||
|
|
|
|||
Loading…
Reference in New Issue