From d3c31f98e7cabd6f67491c5e83452546e258a2b3 Mon Sep 17 00:00:00 2001 From: Neeraj Date: Wed, 30 Oct 2024 11:06:10 +0530 Subject: [PATCH 1/2] Update shopify service command --- stack-orchestrator/compose/docker-compose-laconic-shopify.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stack-orchestrator/compose/docker-compose-laconic-shopify.yml b/stack-orchestrator/compose/docker-compose-laconic-shopify.yml index f274b93..ed80c0d 100644 --- a/stack-orchestrator/compose/docker-compose-laconic-shopify.yml +++ b/stack-orchestrator/compose/docker-compose-laconic-shopify.yml @@ -5,7 +5,7 @@ services: depends_on: faucet: condition: service_healthy - command: ["bash", "-c", "./start-faucet.sh"] + command: ["bash", "-c", "./start-shopify.sh"] environment: CERC_SCRIPT_DEBUG: ${CERC_SCRIPT_DEBUG} CERC_SHOPIFY_GRAPHQL_URL: ${CERC_SHOPIFY_GRAPHQL_URL} -- 2.45.2 From 7079224ea5e2c1da0d910a7b3abb62ddd970f06d Mon Sep 17 00:00:00 2001 From: Neeraj Date: Wed, 30 Oct 2024 12:25:32 +0530 Subject: [PATCH 2/2] Update product pricings --- stack-orchestrator/config/laconic-shopify/product_pricings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stack-orchestrator/config/laconic-shopify/product_pricings.json b/stack-orchestrator/config/laconic-shopify/product_pricings.json index 75c4073..91e1b5e 100644 --- a/stack-orchestrator/config/laconic-shopify/product_pricings.json +++ b/stack-orchestrator/config/laconic-shopify/product_pricings.json @@ -1,5 +1,5 @@ { - "10 webapp deployments": "100000", + "10 pre-paid webapp deployments": "100000", "100 webapp deployments": "1000000", "500 webapp deployments": "5000000", "1000 webapp deployments": "10000000" -- 2.45.2