refactor(connectors): [worldpayvantiv] replace sandbox url with pre-live url and fix typo (#8286)

This commit is contained in:
AkshayaFoiger
2025-06-10 17:41:47 +05:30
committed by GitHub
parent be3fc6c742
commit 67a42f0c27
7 changed files with 7 additions and 7 deletions

View File

@ -297,7 +297,7 @@ wellsfargopayout.base_url = "https://api-sandbox.wellsfargo.com/"
wise.base_url = "https://api.sandbox.transferwise.tech/"
worldline.base_url = "https://eu.sandbox.api-ingenico.com/"
worldpay.base_url = "https://try.access.worldpay.com/"
worldpayvantiv.base_url = "https://www.testvantivcnp.com/sandbox/communicator/online"
worldpayvantiv.base_url = "https://payments.vantivprelive.com/vap/communicator/online"
worldpayxml.base_url = "https://secure-test.worldpay.com/jsp/merchant/xml/paymentService.jsp"
xendit.base_url = "https://api.xendit.co"
zsl.base_url = "https://api.sitoffalb.net/"

View File

@ -132,7 +132,7 @@ wellsfargopayout.base_url = "https://api-sandbox.wellsfargo.com/"
wise.base_url = "https://api.sandbox.transferwise.tech/"
worldline.base_url = "https://eu.sandbox.api-ingenico.com/"
worldpay.base_url = "https://try.access.worldpay.com/"
worldpayvantiv.base_url = "https://www.testvantivcnp.com/sandbox/communicator/online"
worldpayvantiv.base_url = "https://payments.vantivprelive.com/vap/communicator/online"
worldpayxml.base_url = "https://secure-test.worldpay.com/jsp/merchant/xml/paymentService.jsp"
xendit.base_url = "https://api.xendit.co"
zen.base_url = "https://api.zen-test.com/"

View File

@ -136,7 +136,7 @@ wellsfargopayout.base_url = "https://api-sandbox.wellsfargo.com/"
wise.base_url = "https://api.sandbox.transferwise.tech/"
worldline.base_url = "https://eu.sandbox.api-ingenico.com/"
worldpay.base_url = "https://try.access.worldpay.com/"
worldpayvantiv.base_url = "https://www.testvantivcnp.com/sandbox/communicator/online"
worldpayvantiv.base_url = "https://payments.vantivprelive.com/vap/communicator/online"
worldpayxml.base_url = "https://secure-test.worldpay.com/jsp/merchant/xml/paymentService.jsp"
xendit.base_url = "https://api.xendit.co"
zen.base_url = "https://api.zen-test.com/"

View File

@ -321,7 +321,7 @@ stripe.base_url_file_upload = "https://files.stripe.com/"
wise.base_url = "https://api.sandbox.transferwise.tech/"
worldline.base_url = "https://eu.sandbox.api-ingenico.com/"
worldpay.base_url = "https://try.access.worldpay.com/"
worldpayvantiv.base_url = "https://www.testvantivcnp.com/sandbox/communicator/online"
worldpayvantiv.base_url = "https://payments.vantivprelive.com/vap/communicator/online"
worldpayxml.base_url = "https://secure-test.worldpay.com/jsp/merchant/xml/paymentService.jsp"
xendit.base_url = "https://api.xendit.co"
trustpay.base_url = "https://test-tpgw.trustpay.eu/"

View File

@ -223,7 +223,7 @@ wellsfargopayout.base_url = "https://api-sandbox.wellsfargo.com/"
wise.base_url = "https://api.sandbox.transferwise.tech/"
worldline.base_url = "https://eu.sandbox.api-ingenico.com/"
worldpay.base_url = "https://try.access.worldpay.com/"
worldpayvantiv.base_url = "https://www.testvantivcnp.com/sandbox/communicator/online"
worldpayvantiv.base_url = "https://payments.vantivprelive.com/vap/communicator/online"
worldpayxml.base_url = "https://secure-test.worldpay.com/jsp/merchant/xml/paymentService.jsp"
xendit.base_url = "https://api.xendit.co"
zen.base_url = "https://api.zen-test.com/"

View File

@ -1223,7 +1223,7 @@ impl<F>
..item.data
})},
(_, _) => { Err(errors::ConnectorError::UnexpectedResponseError(
bytes::Bytes::from("Only one of 'sale_response' or 'authorisation_response' is expected, but both were recieved".to_string()),
bytes::Bytes::from("Only one of 'sale_response' or 'authorisation_response' is expected, but both were received".to_string()),
))?
},
}

View File

@ -189,7 +189,7 @@ wellsfargo.base_url = "https://apitest.cybersource.com/"
wellsfargopayout.base_url = "https://api-sandbox.wellsfargo.com/"
worldline.base_url = "https://eu.sandbox.api-ingenico.com/"
worldpay.base_url = "https://try.access.worldpay.com/"
worldpayvantiv.base_url = "https://www.testvantivcnp.com/sandbox/communicator/online"
worldpayvantiv.base_url = "https://payments.vantivprelive.com/vap/communicator/online"
worldpayxml.base_url = "https://secure-test.worldpay.com/jsp/merchant/xml/paymentService.jsp"
xendit.base_url = "https://api.xendit.co"
wise.base_url = "https://api.sandbox.transferwise.tech/"