Skip to content

Commit d240169

Browse files
committed
Fix custom_attributes
custom_data -> custom_attributes
1 parent d4887f9 commit d240169

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ $user = $intercom->createUser(array(
9393
$user_data = array(
9494
"email" => "[email protected]",
9595
"last_request_at" => time(),
96-
"custom_data" => array(
96+
"custom_attributes" => array(
9797
"projects_delivered" => 12,
9898
)
9999
);

0 commit comments

Comments
 (0)