Skip to content

Commit

Permalink
Update packages/hydrogen/src/customer/customer.example.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Shawn D Lee-kwong <splitnova@gmail.com>
  • Loading branch information
blittle and s-lee-kwong authored Oct 30, 2023
1 parent 0a56ead commit 776385b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/hydrogen/src/customer/customer.example.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export default {
const customer = createCustomerClient__unstable({
/* Runtime utility in serverless environments */
waitUntil: (p) => executionContext.waitUntil(p),
/* Public Customer Account API token for your store */
/* Public Customer Account API client ID for your store */
customerAccountId: env.PUBLIC_CUSTOMER_ACCOUNT_ID,
/* Public account URL for your store */
customerAccountUrl: env.PUBLIC_CUSTOMER_ACCOUNT_URL,
Expand Down

0 comments on commit 776385b

Please sign in to comment.