Skip to content

Commit

Permalink
fix: better description for mc-app variable's description
Browse files Browse the repository at this point in the history
  • Loading branch information
Dario Ocles authored and Dario Ocles committed Oct 31, 2023
1 parent 639340c commit d7150db
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions application-templates/javascript/connect.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ deployAs:
configuration:
standardConfiguration:
- key: APPLICATION_ID
description: commercetools Composable Commerce application ID
description: The Custom Application ID is provided when you add a Custom Application in the Merchant Center
required: true
- key: CLOUD_IDENTIFIER
description: commercetools Composable Commerce cloud identifier
description: The identifier of the cloud Region that the Custom Application uses to connect to Composable Commerce. The values map to the actual Merchant Center API URL for that Region
required: true
4 changes: 2 additions & 2 deletions application-templates/typescript/connect.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ deployAs:
configuration:
standardConfiguration:
- key: APPLICATION_ID
description: commercetools Composable Commerce application ID
description: The Custom Application ID is provided when you add a Custom Application in the Merchant Center
required: true
- key: CLOUD_IDENTIFIER
description: commercetools Composable Commerce cloud identifier
description: The identifier of the cloud Region that the Custom Application uses to connect to Composable Commerce. The values map to the actual Merchant Center API URL for that Region
required: true

0 comments on commit d7150db

Please sign in to comment.