From 32c1f6bedc50005ffdbdd161cac000c8df89b5e5 Mon Sep 17 00:00:00 2001 From: kvillar93 <79520030+kvillar93@users.noreply.github.com> Date: Thu, 23 Jan 2025 10:37:24 -0400 Subject: [PATCH] Update rnc.py The dgii_wsdl URL changed from https://www.dgii.gov.do/wsMovilDGII/WSMovilDGII.asmx?WSDL to https://www.dgii.gov.do/ventanillaunica/ventanillaunica.asmx?WSDL. --- stdnum/do/rnc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stdnum/do/rnc.py b/stdnum/do/rnc.py index fdb4f04b..b0245b33 100644 --- a/stdnum/do/rnc.py +++ b/stdnum/do/rnc.py @@ -54,7 +54,7 @@ '''.split()) -dgii_wsdl = 'https://www.dgii.gov.do/wsMovilDGII/WSMovilDGII.asmx?WSDL' +dgii_wsdl = 'https://www.dgii.gov.do/ventanillaunica/ventanillaunica.asmx?WSDL' """The WSDL URL of DGII validation service."""