Skip to content

Commit

Permalink
Merge pull request #13 from pagopa/fix-dati-servizio
Browse files Browse the repository at this point in the history
fix: updated external services request data
  • Loading branch information
pasqualespica authored Dec 17, 2024
2 parents 3279076 + 4d84688 commit bb9f903
Show file tree
Hide file tree
Showing 24 changed files with 717 additions and 943 deletions.
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

0 comments on commit bb9f903

Please sign in to comment.