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

[#IOCOM-1952] fixed pagopa ecommerce base url value #1381

Merged
merged 6 commits into from
Jan 20, 2025
Merged
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 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
Loading