Skip to content

Commit

Permalink
chore: rename mc-app to merchant-center-custom-application
Browse files Browse the repository at this point in the history
  • Loading branch information
harm-meijer committed Jan 9, 2024
1 parent 4b942e0 commit 077bb3c
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ deployAs:
- key: ENVIRONMENT_VARIABLE_3
description: description variable 3
- name: app4
applicationType: mc-app
applicationType: merchant-center-custom-application
endpoint: /app4
configuration:
standardConfiguration:
Expand All @@ -169,7 +169,7 @@ deployAs:
## Property definition
- `name` - Folder name of respective application component from the root of monorepo which will be used as identifier of the application. Deployment output url, topic & schedule can be fetched based on this reference
- `applicationType` - Type of deployment . Can be one of `service`, `event`, `job` and `mc-app`
- `applicationType` - Type of deployment . Can be one of `service`, `event`, `job` and `merchant-center-custom-application`
- `endpoint` - Point of entry for respective application component
- `scripts.postDeploy` - Post-deploy script to execute after the connector deployment process
- `scripts.preUndeploy` - Pre-undeploy script to execute before the connector undeployment process
Expand Down
4 changes: 2 additions & 2 deletions application-templates/javascript/connect.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ deployAs:
description: commercetools Composable Commerce client secret
- key: CTP_SCOPE
description: commercetools Composable Commerce client scope
# - name: mc-app
# applicationType: mc-app
# - name: merchant-center-custom-application
# applicationType: merchant-center-custom-application
# endpoint: /
# configuration:
# standardConfiguration:
Expand Down
2 changes: 1 addition & 1 deletion application-templates/javascript/docs/README.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
This connector has sample `service` , `event`, `job` & `mc-app` applications
This connector has sample `service` , `event`, `job` & `merchant-center-custom-application` applications
4 changes: 2 additions & 2 deletions application-templates/typescript/connect.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ deployAs:
description: commercetools Composable Commerce client secret
- key: CTP_SCOPE
description: commercetools Composable Commerce client scope
# - name: mc-app
# applicationType: mc-app
# - name: merchant-center-custom-application
# applicationType: merchant-center-custom-application
# endpoint: /
# configuration:
# standardConfiguration:
Expand Down
2 changes: 1 addition & 1 deletion application-templates/typescript/docs/README.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
This connector has sample `service` , `event`, `job` & `mc-app` applications
This connector has sample `service` , `event`, `job` & `merchant-center-custom-application` applications

0 comments on commit 077bb3c

Please sign in to comment.