diff --git a/config/deployments/integration_test.toml b/config/deployments/integration_test.toml index 554e41b502..7907423091 100644 --- a/config/deployments/integration_test.toml +++ b/config/deployments/integration_test.toml @@ -122,6 +122,7 @@ thunes.base_url = "https://api.limonetikqualif.com/" trustpay.base_url = "https://test-tpgw.trustpay.eu/" trustpay.base_url_bank_redirects = "https://aapi.trustpay.eu/" tsys.base_url = "https://stagegw.transnox.com/" +vgs.base_url = "https://sandbox.vault-api.verygoodvault.com" volt.base_url = "https://api.sandbox.volt.io/" wellsfargo.base_url = "https://apitest.cybersource.com/" wellsfargopayout.base_url = "https://api-sandbox.wellsfargo.com/" diff --git a/config/deployments/production.toml b/config/deployments/production.toml index d93add9620..11beb9f021 100644 --- a/config/deployments/production.toml +++ b/config/deployments/production.toml @@ -126,6 +126,7 @@ thunes.base_url = "https://api.limonetik.com/" trustpay.base_url = "https://tpgw.trustpay.eu/" trustpay.base_url_bank_redirects = "https://aapi.trustpay.eu/" tsys.base_url = "https://gateway.transit-pass.com/" +vgs.base_url = "https://sandbox.vault-api.verygoodvault.com" volt.base_url = "https://api.volt.io/" wellsfargo.base_url = "https://api.cybersource.com/" wellsfargopayout.base_url = "https://api.wellsfargo.com/" diff --git a/config/deployments/sandbox.toml b/config/deployments/sandbox.toml index b5d3cb69cb..43f764f4e0 100644 --- a/config/deployments/sandbox.toml +++ b/config/deployments/sandbox.toml @@ -126,6 +126,7 @@ thunes.base_url = "https://api.limonetikqualif.com/" trustpay.base_url = "https://test-tpgw.trustpay.eu/" trustpay.base_url_bank_redirects = "https://aapi.trustpay.eu/" tsys.base_url = "https://stagegw.transnox.com/" +vgs.base_url = "https://sandbox.vault-api.verygoodvault.com" volt.base_url = "https://api.sandbox.volt.io/" wellsfargo.base_url = "https://apitest.cybersource.com/" wellsfargopayout.base_url = "https://api-sandbox.wellsfargo.com/"