Skip to content

Commit

Permalink
payment config updated
Browse files Browse the repository at this point in the history
  • Loading branch information
sfdevops committed Oct 23, 2024
1 parent 36d33dd commit de5cfee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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}}
Original file line number Diff line number Diff line change
Expand Up @@ -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='
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit de5cfee

Please sign in to comment.