Skip to content

Commit

Permalink
[#IOCOM-1952] fixed pagopa ecommerce base url value (#1381)
Browse files Browse the repository at this point in the history
  • Loading branch information
acuiuli authored Jan 20, 2025
1 parent 7bc4daa commit e43f546
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/domains/functions/function_services.tf
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ locals {
// we keep this while we wait for new app version to be deployed
MAIL_FROM_DEFAULT = "IO - l'app dei servizi pubblici <[email protected]>"

PAGOPA_ECOMMERCE_BASE_URL = "https://api.platform.pagopa.it/checkout/auth/payments/v2"
PAGOPA_ECOMMERCE_BASE_URL = "https://api.platform.pagopa.it/ecommerce/payment-requests-service/v1"

IO_FUNCTIONS_ADMIN_BASE_URL = "https://api-app.internal.io.pagopa.it"
APIM_BASE_URL = "https://api-app.internal.io.pagopa.it"
Expand Down

0 comments on commit e43f546

Please sign in to comment.