diff --git a/commerce_payment_visanet_peru.module b/commerce_payment_visanet_peru.module index 20f2c2b..b06bba4 100644 --- a/commerce_payment_visanet_peru.module +++ b/commerce_payment_visanet_peru.module @@ -357,8 +357,8 @@ function commerce_payment_visanet_peru_server_url($environment, $type) { static $server_urls = array( COMMERCE_PAYMENT_VISANET_PERU_ENVIRONMENT_LIVE => array( 'main' => 'https://www.multimerchantvisanet.com/formularioweb/formulariopago.asp', - 'eticket-generate' => 'https://www.multimerchantvisanet.com/WSGenerarEticket/WSEticket.asmx', - 'eticket-get' => 'https://www.multimerchantvisanet.com/WSConsulta/WSConsultaEticket.asmx', + 'eticket-generate' => 'https://www.multimerchantvisanet.com/WSGenerarEticket/WSEticket.asmx?wsdl', + 'eticket-get' => 'https://www.multimerchantvisanet.com/WSConsulta/WSConsultaEticket.asmx?wsdl', ), COMMERCE_PAYMENT_VISANET_PERU_ENVIRONMENT_SANDBOX => array( 'main' => 'http://qas.multimerchantvisanet.com/formularioweb/formulariopago.asp',