Skip to content

Commit

Permalink
Merge pull request #44 from pagopa/chore-gdi-check-timeout
Browse files Browse the repository at this point in the history
chore: increase gdi check timeout
  • Loading branch information
infantesimone authored Oct 10, 2024
2 parents 3da8513 + 6e82a20 commit 288fcbc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .devops/pagopa-deploy-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ stages:
checkout_api_path: '/ecommerce/checkout/v1'
io_api_path: '/ecommerce/webview/v1'
npg_sdk_url: 'https://stg-ta.nexigroup.com/monetaweb/resources/hfsdk.js'
gdi_check_timeout: 12000
gdi_check_timeout: 20000
io_client_redirect_outcome_path: 'https://api.dev.platform.pagopa.it/ecommerce/io-outcomes/v1/transactions'
checkout_client_redirect_outcome_path: 'https://dev.checkout.pagopa.it/v2/esito'
show_continue_io_btn_delay_millis: 2000
Expand Down Expand Up @@ -200,7 +200,7 @@ stages:
checkout_api_path: '/ecommerce/checkout/v1'
io_api_path: '/ecommerce/webview/v1'
npg_sdk_url: 'https://stg-ta.nexigroup.com/monetaweb/resources/hfsdk.js'
gdi_check_timeout: 12000
gdi_check_timeout: 20000
io_client_redirect_outcome_path: 'https://api.uat.platform.pagopa.it/ecommerce/io-outcomes/v1/transactions'
checkout_client_redirect_outcome_path: 'https://uat.checkout.pagopa.it/v2/esito'
show_continue_io_btn_delay_millis: 2000
Expand Down Expand Up @@ -293,7 +293,7 @@ stages:
checkout_api_path: '/ecommerce/checkout/v1'
io_api_path: '/ecommerce/webview/v1'
npg_sdk_url: 'https://xpay.nexigroup.com/monetaweb/resources/hfsdk.js'
gdi_check_timeout: 12000
gdi_check_timeout: 20000
io_client_redirect_outcome_path: 'https://api.platform.pagopa.it/ecommerce/io-outcomes/v1/transactions'
checkout_client_redirect_outcome_path: 'https://checkout.pagopa.it/v2/esito'
show_continue_io_btn_delay_millis: 2000
Expand Down

0 comments on commit 288fcbc

Please sign in to comment.