Skip to content

Commit 8c0f956

Browse files
committed
Merge pull request #65 from FallDi/patch-1
Fix custom_attributes
2 parents d4887f9 + d240169 commit 8c0f956

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)