mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-30 01:27:31 +08:00
fix(config): Add VGS baseurl to deployments toml files (#8059)
This commit is contained in:
@ -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/"
|
||||
|
||||
@ -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/"
|
||||
|
||||
@ -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/"
|
||||
|
||||
Reference in New Issue
Block a user