Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IM-731 Rename mc-app application type to merchant-center-custom-application #72

Merged
merged 2 commits into from
Jan 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading