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

fix: updated external services request data #13

Merged
merged 8 commits into from
Dec 17, 2024
4 changes: 2 additions & 2 deletions helm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: pagopa-mbd-service
description: Microservice that handles services for eBollo
type: application
version: 0.103.0
appVersion: 1.1.4
version: 0.97.0
appVersion: 1.0.1-4-fix-dati-servizio
dependencies:
- name: microservice-chart
version: 7.1.1
Expand Down
10 changes: 5 additions & 5 deletions helm/values-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ microservice-chart:
fullnameOverride: "pagopa-mbd-service"
image:
repository: ghcr.io/pagopa/pagopa-mbd-service
tag: "1.1.4"
tag: "1.0.1-4-fix-dati-servizio"
pullPolicy: Always
livenessProbe:
handlerType: httpGet
Expand Down Expand Up @@ -73,10 +73,10 @@ microservice-chart:
WEBSITE_SITE_NAME: 'mbd-service' # required to show cloud role name in application insights
APP_LOG_LEVEL: 'DEBUG'
DEFAULT_LOGGING_LEVEL: 'INFO'
DEMAND_PAYMENT_ENDPOINT: 'https://api.dev.platform.pagopa.it/nodo-auth/node-for-psp/v1'
CART_ENDPOINT: 'https://api.dev.platform.pagopa.it/checkout/carts-auth/v1/carts'
PAYMENT_RECEIPT_ENDPOINT: 'https://api.dev.platform.pagopa.it/gpd/payments-receipts-service/v1'
MBD_BASE_URL: 'https://api.dev.platform.pagopa.it/mbd/mbd-payment/v1/'
DEMAND_PAYMENT_ENDPOINT: 'https://api.uat.platform.pagopa.it/nodo-auth/node-for-psp/v1'
CART_ENDPOINT: 'https://api.uat.platform.pagopa.it/checkout/carts-auth/v1/carts'
PAYMENT_RECEIPT_ENDPOINT: 'https://api.uat.platform.pagopa.it/gpd/payments-receipts-service/v1'
MBD_BASE_URL: 'https://api.dev.platform.pagopa.it/pagopa-mbd-service/v1'
MBD_ID_PSP: 'ABI50004'
MBD_ID_BROKER_PSP: '99999000011'
MBD_CHANNEL_ID: '99999000011_03'
Expand Down
4 changes: 2 additions & 2 deletions helm/values-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ microservice-chart:
fullnameOverride: "pagopa-mbd-service"
image:
repository: ghcr.io/pagopa/pagopa-mbd-service
tag: "1.1.4"
tag: "1.0.1-4-fix-dati-servizio"
pullPolicy: Always
livenessProbe:
handlerType: httpGet
Expand Down Expand Up @@ -76,7 +76,7 @@ microservice-chart:
DEMAND_PAYMENT_ENDPOINT: 'https://api.platform.pagopa.it/nodo-auth/node-for-psp/v1'
CART_ENDPOINT: 'https://api.platform.pagopa.it/checkout/carts-auth/v1/carts'
PAYMENT_RECEIPT_ENDPOINT: 'https://api.platform.pagopa.it/gpd/payments-receipts-service/v1'
MBD_BASE_URL: 'https://api.platform.pagopa.it/mbd/mbd-payment/v1/'
MBD_BASE_URL: 'https://api.dev.platform.pagopa.it/pagopa-mbd-service/v1'
MBD_ID_PSP: 'ABI50004'
MBD_ID_BROKER_PSP: '99999000011'
MBD_CHANNEL_ID: '99999000011_03'
Expand Down
4 changes: 2 additions & 2 deletions helm/values-uat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ microservice-chart:
fullnameOverride: "pagopa-mbd-service"
image:
repository: ghcr.io/pagopa/pagopa-mbd-service
tag: "1.1.4"
tag: "1.0.1-4-fix-dati-servizio"
pullPolicy: Always
livenessProbe:
handlerType: httpGet
Expand Down Expand Up @@ -76,7 +76,7 @@ microservice-chart:
DEMAND_PAYMENT_ENDPOINT: 'https://api.uat.platform.pagopa.it/nodo-auth/node-for-psp/v1'
CART_ENDPOINT: 'https://api.uat.platform.pagopa.it/checkout/carts-auth/v1/carts'
PAYMENT_RECEIPT_ENDPOINT: 'https://api.uat.platform.pagopa.it/gpd/payments-receipts-service/v1'
MBD_BASE_URL: 'https://api.uat.platform.pagopa.it/mbd/mbd-payment/v1/'
MBD_BASE_URL: 'https://api.dev.platform.pagopa.it/pagopa-mbd-service/v1'
MBD_ID_PSP: 'ABI50004'
MBD_ID_BROKER_PSP: '99999000011'
MBD_CHANNEL_ID: '99999000011_03'
Expand Down
Loading
Loading