lib/afip_wsfe/constants.rb in afip_wsfe-0.1.3 vs lib/afip_wsfe/constants.rb in afip_wsfe-0.2.0

- old
+ new

@@ -86,14 +86,14 @@ } # This hash keeps the set of urls for wsaa and wsfe for production and testing envs URLS = { test: { - wsaa: 'https://wsaahomo.afip.gov.ar/ws/services/LoginCms?wsdl', - wsfe: 'https://wswhomo.afip.gov.ar/wsfev1/service.asmx?WSDL' + wsaa: 'https://wsaahomo.afip.gov.ar/ws/services/LoginCms', + wsfe: 'https://wswhomo.afip.gov.ar/wsfev1/service.asmx' }, production: { - wsaa: 'https://wsaa.afip.gov.ar/ws/services/LoginCms?wsdl', + wsaa: 'https://wsaa.afip.gov.ar/ws/services/LoginCms', wsfe: 'https://servicios1.afip.gov.ar/wsfev1/service.asmx' } } end