From de5cfee365b0e37e544e29f961c32d387d72f94f Mon Sep 17 00:00:00 2001 From: sfdevops Date: Wed, 23 Oct 2024 17:26:21 +0530 Subject: [PATCH] payment config updated --- .../templates/cm-subscription-service.yaml | 1 - .../control-plane-helm-chart/values.yaml.template | 7 +++---- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/files/control-plane/control-plane-helm-chart/templates/cm-subscription-service.yaml b/files/control-plane/control-plane-helm-chart/templates/cm-subscription-service.yaml index 91b29ca8..9cee699d 100644 --- a/files/control-plane/control-plane-helm-chart/templates/cm-subscription-service.yaml +++ b/files/control-plane/control-plane-helm-chart/templates/cm-subscription-service.yaml @@ -12,7 +12,6 @@ data: BASE_PATH: '{{ .Values.subscriptionService.base_path }}' SITE: '{{ .Values.subscriptionService.site }}' API_KEY: '{{ .Values.subscriptionService.api_key }}' - PAYMENT_GATEWAY_ID: '{{ .Values.subscriptionService.payment_gateway_id }}' WEBHOOK_USERNAME: '{{ .Values.tenantMgmtFacade.webhook_user }}' WEBHOOK_PASSWORD: '{{ .Values.tenantMgmtFacade.webhook_password }}' {{- end}} \ No newline at end of file diff --git a/files/control-plane/control-plane-helm-chart/values.yaml.template b/files/control-plane/control-plane-helm-chart/values.yaml.template index 26ad9d9b..b3d86634 100644 --- a/files/control-plane/control-plane-helm-chart/values.yaml.template +++ b/files/control-plane/control-plane-helm-chart/values.yaml.template @@ -68,7 +68,7 @@ tenantMgmtFacade: node_env: "production" log_level: "info" from_email: ${FROM_EMAIL} - gateway_id: "gw_AzZixbUOpHyVCAJM" + gateway_id: "gw_AzZj65US1j8xP9ue" webhook_user: "sourcefuse" webhook_password: "test@123" csp_script_src_hash: 'sha256-DLbdWNBhwD1fyzUBjaE5Up3Y/4UCDB1OYv/c61qHL/I=' @@ -217,9 +217,8 @@ subscriptionService: port: 3000 node_env: "production" log_level: "info" - site: "sourcefuse-arc-test" - api_key: "test_U3Ac7r41QHHc54O7SZucdndPmaJVBFcuNn" - payment_gateway_id: "gw_16CcLPUQmL1KGV41" + site: "sunnytyagikeycloak-test" + api_key: "test_kWTcGSKnJCi4y504Ges40UQHq1mfCOmG" affinity: {} allowed_origins: "*" imagePullPolicy: