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: Spontaneous payments path #114

Merged
merged 1 commit into from
Dec 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion helm/values-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ microservice-chart:
CACHE_EXPIRATION_TIME: "1s"
AZURE_TABLES_TABLENAME: "gpdpaymentsreceiptstable"
API_CONFIG_HOST: "https://api.dev.platform.pagopa.it/apiconfig/auth/api/v1"
GPS_HOST: "https://api.dev.platform.pagopa.it/gps/spontaneous-payments-service/v1"
GPS_HOST: "https://api.dev.platform.pagopa.it/spontaneous-payments-service/v1"
GPD_HOST: "https://api.dev.platform.pagopa.it/gpd/api/v1"
QUEUE_NAME: "gpd-receipt-poison-queue"
DEQUEUE_LIMIT: "5"
Expand Down
2 changes: 1 addition & 1 deletion helm/values-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ microservice-chart:
CACHE_EXPIRATION_TIME: "1d"
AZURE_TABLES_TABLENAME: "gpdpaymentsreceiptstable"
API_CONFIG_HOST: "https://api.platform.pagopa.it/apiconfig/auth/api/v1"
GPS_HOST: "https://api.platform.pagopa.it/gps/spontaneous-payments-service/v1"
GPS_HOST: "https://api.platform.pagopa.it/spontaneous-payments-service/v1"
GPD_HOST: "https://api.platform.pagopa.it/gpd/api/v1"
QUEUE_NAME: "gpd-receipt-poison-queue"
DEQUEUE_LIMIT: "5"
Expand Down
2 changes: 1 addition & 1 deletion helm/values-uat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ microservice-chart:
CACHE_EXPIRATION_TIME: "1s"
AZURE_TABLES_TABLENAME: "gpdpaymentsreceiptstable"
API_CONFIG_HOST: "https://api.uat.platform.pagopa.it/apiconfig/auth/api/v1"
GPS_HOST: "https://api.uat.platform.pagopa.it/gps/spontaneous-payments-service/v1"
GPS_HOST: "https://api.uat.platform.pagopa.it/spontaneous-payments-service/v1"
GPD_HOST: "https://api.uat.platform.pagopa.it/gpd/api/v1"
QUEUE_NAME: "gpd-receipt-poison-queue"
DEQUEUE_LIMIT: "5"
Expand Down
2 changes: 1 addition & 1 deletion integration-test/src/config/.env.dev
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
payments_host=https://api.dev.platform.pagopa.it/gpd-payments/api/v1
payments_info=https://api.dev.platform.pagopa.it/gpd/payments-receipts-service/v1/info
gps_host=https://api.dev.platform.pagopa.it/gps/spontaneous-payments-service/v1
gps_host=https://api.dev.platform.pagopa.it/spontaneous-payments-service/v1
donation_host=https://api.dev.platform.pagopa.it/gps/donation-service/v1
iuv_generator_host=https://api.dev.platform.pagopa.it/shared/iuv-generator-service/v1
api_config_host=https://api.dev.platform.pagopa.it/apiconfig/auth/api/v1
Expand Down
2 changes: 1 addition & 1 deletion integration-test/src/config/.env.local
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
payments_host=http://localhost:8080/partner
payments_info=http://localhost:8080/info
gps_host=https://api.dev.platform.pagopa.it/gps/spontaneous-payments-service/v1
gps_host=https://api.dev.platform.pagopa.it/spontaneous-payments-service/v1
donation_host=https://api.dev.platform.pagopa.it/gps/donation-service/v1
iuv_generator_host=https://api.dev.platform.pagopa.it/shared/iuv-generator-service/v1
api_config_host=https://api.dev.platform.pagopa.it/apiconfig/auth/api/v1
Expand Down
2 changes: 1 addition & 1 deletion integration-test/src/config/.env.uat
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
payments_host=https://api.uat.platform.pagopa.it/gpd-payments/api/v1
payments_info=https://api.uat.platform.pagopa.it/gpd/payments-receipts-service/v1/info
gps_host=https://api.uat.platform.pagopa.it/gps/spontaneous-payments-service/v1
gps_host=https://api.uat.platform.pagopa.it/spontaneous-payments-service/v1
donation_host=https://api.uat.platform.pagopa.it/gps/donation-service/v1
iuv_generator_host=https://api.uat.platform.pagopa.it/shared/iuv-generator-service/v1
api_config_host=https://api.uat.platform.pagopa.it/apiconfig/auth/api/v1
Expand Down
2 changes: 1 addition & 1 deletion performance-test/src/environments/dev.environment.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"env": "dev",
"soap_payments_host": "https://api.dev.platform.pagopa.it/gpd-payments/api/v1",
"rest_payments_host": "https://api.dev.platform.pagopa.it/gpd/payments-receipts-service/v1",
"gps_host": "https://api.dev.platform.pagopa.it/gps/spontaneous-payments-service/v1",
"gps_host": "https://api.dev.platform.pagopa.it/spontaneous-payments-service/v1",
"donation_host": "https://api.dev.platform.pagopa.it/gps/donation-service/v1",
"gpd_host": "https://api.dev.platform.pagopa.it/gpd/api/v1",
"id_broker_pa": "15376371009",
Expand Down
2 changes: 1 addition & 1 deletion performance-test/src/environments/local.environment.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"env": "local",
"soap_payments_host": "http://localhost:8080",
"rest_payments_host": "http://localhost:8080",
"gps_host": "https://api.dev.platform.pagopa.it/gps/spontaneous-payments-service/v1",
"gps_host": "https://api.dev.platform.pagopa.it/spontaneous-payments-service/v1",
"donation_host": "https://api.dev.platform.pagopa.it/gps/donation-service/v1",
"gpd_host": "https://api.dev.platform.pagopa.it/gpd/api/v1",
"id_broker_pa": "15376371009",
Expand Down
2 changes: 1 addition & 1 deletion performance-test/src/environments/uat.environment.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"env": "uat",
"soap_payments_host": "https://api.uat.platform.pagopa.it/gpd-payments/api/v1",
"rest_payments_host": "https://api.uat.platform.pagopa.it/gpd/payments-receipts-service/v1",
"gps_host": "https://api.uat.platform.pagopa.it/gps/spontaneous-payments-service/v1",
"gps_host": "https://api.uat.platform.pagopa.it/spontaneous-payments-service/v1",
"donation_host": "https://api.uat.platform.pagopa.it/gps/donation-service/v1",
"gpd_host": "https://api.uat.platform.pagopa.it/gpd/api/v1",
"id_broker_pa": "15376371009",
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/application-local.properties
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ gps.subscription-key=${GPS_SUBSCRIPTION_KEY}

service.gpd.host=https://api.dev.platform.pagopa.it/gpd/api/v1
# service.gpd.host=localhost:8085
service.gps.host=https://api.dev.platform.pagopa.it/gps/spontaneous-payments-service/v1
service.gps.host=https://api.dev.platform.pagopa.it/spontaneous-payments-service/v1
service.apiconfig.host=https://api.dev.platform.pagopa.it/apiconfig/auth/api/v1

#cosmos data
Expand Down
Loading