mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-30 01:27:31 +08:00
refactor(connectors): [worldpayvantiv] replace sandbox url with pre-live url and fix typo (#8286)
This commit is contained in:
@ -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/"
|
||||
|
||||
@ -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/"
|
||||
|
||||
@ -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/"
|
||||
|
||||
@ -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/"
|
||||
|
||||
@ -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/"
|
||||
|
||||
@ -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()),
|
||||
))?
|
||||
},
|
||||
}
|
||||
|
||||
@ -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/"
|
||||
|
||||
Reference in New Issue
Block a user