Skip to content

Commit

Permalink
PAY-7000: Refund problems due to fail payments.
Browse files Browse the repository at this point in the history
  • Loading branch information
Thor-tech-of-metal committed Apr 18, 2024
1 parent 4f1bd91 commit 485afb9
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions charts/ccpay-bubble-frontend/values.preview.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,25 @@ idam-pr:
redirect_uris:
pay-bubble:
- https://${SERVICE_FQDN}/oauth2/callback

environment:
REFORM_TEAM: ccpay
REFORM_SERVICE_NAME: ccpay-bubble-frontend
NODE_ENV: production
CCPAY_BUBBLE_MICROSERVICE: ccpay_bubble
CCPAY_BUBBLE_URL: https://ccpay-bubble-frontend-{{ .Values.global.environment }}.service.core-compute-{{ .Values.global.environment }}.internal
PCIPAL_ANTENNA_URL: https://paybubble.{{ .Values.global.environment }}.platform.hmcts.net/ccd-search
PAYHUB_API_URL: https://payment-api-pr-1653.preview.platform.hmcts.net
CCPAY_BULKSCAN_API_URL: http://ccpay-bulkscanning-api-{{ .Values.global.environment }}.service.core-compute-{{ .Values.global.environment }}.internal
CCPAY_REFUNDS_API_URL: http://ccpay-refunds-api-{{ .Values.global.environment }}.service.core-compute-{{ .Values.global.environment }}.internal
CCPAY_NOTIFICATION_API_URL: http://ccpay-notifications-service-{{ .Values.global.environment }}.service.core-compute-{{ .Values.global.environment }}.internal
S2S_URL: http://rpe-service-auth-provider-{{ .Values.global.environment }}.service.core-compute-{{ .Values.global.environment }}.internal
IDAM_API_URL: https://idam-api.{{ .Values.global.environment }}.platform.hmcts.net
IDAM_AUTHENTICATION_WEB_URL: https://idam-web-public.{{ .Values.global.environment }}.platform.hmcts.net/login
LD_FLAG_PREFIX: FE{{ .Values.global.environment }}
POSTCODE_LOOKUP_URL: https://api.os.uk/search/places/v1
CURRENT_ENVIRONMENT: https://paymentoutcome-web.{{ .Values.global.environment }}.platform.hmcts.net
FEE_REGISTRATION_URL: http://fees-register-api-{{ .Values.global.environment }}.service.core-compute-{{ .Values.global.environment }}.internal/fees-register/fees
FEE_JURISDICTION_URL: http://fees-register-api-{{ .Values.global.environment }}.service.core-compute-{{ .Values.global.environment }}.internal/jurisdictions
CCD_URL: http://ccd-data-store-api-{{ .Values.global.environment }}.service.core-compute-{{ .Values.global.environment }}.internal

0 comments on commit 485afb9

Please sign in to comment.