From 53f59ca29f42fff728e6ff3338d0beea5d22de0f Mon Sep 17 00:00:00 2001 From: Amber <678866+amberwilson@users.noreply.github.com> Date: Thu, 14 Jul 2022 15:34:25 -0300 Subject: [PATCH] Add custom attributes tip Include a tip to indicate that custom attributes need to first be created via the company settings. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3fd8ad3..e005a60 100644 --- a/README.md +++ b/README.md @@ -374,7 +374,7 @@ $client->companies->update([ 'name' => 'foocorp', ]); -/** Create or update a company with custom attributes. */ +/** Create or update a company with custom attributes. 💁 TIP: First you need to create custom attributes via your company settings. */ $client->companies->update([ 'custom_attributes' => [ 'short_name' => 'ABC Inc.',