UNPKG

arca-facturacion

Version:

Consultá los metodos del Web Service WSFE de ARCA rapido y facil con JavaScript

14 lines (13 loc) • 411 B
// constants.js module.exports = { wsdlUrls: { wsfe: { production: "https://servicios1.afip.gov.ar/wsfev1/service.asmx?WSDL", homologation: "https://wswhomo.afip.gov.ar/wsfev1/service.asmx?WSDL", }, wsaa: { production: "https://wsaa.afip.gov.ar/ws/services/LoginCms?WSDL", homologation: "https://wsaahomo.afip.gov.ar/ws/services/LoginCms?WSDL", }, }, };