Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DO ncf check_dgii returning None. #430

Open
ctactuk opened this issue Mar 12, 2024 · 1 comment
Open

DO ncf check_dgii returning None. #430

ctactuk opened this issue Mar 12, 2024 · 1 comment

Comments

@ctactuk
Copy link

ctactuk commented Mar 12, 2024

import stdnum.do.ncf as ncf

ncf.check_dgii(ncf_number, rnc_number)

the method check_dgii always returning None.

@ctactuk ctactuk changed the title stdnum.do.ncf DO ncf check_dgii returning None. Mar 12, 2024
@arthurdejong
Copy link
Owner

The tests still work:

>>> import stdnum.do.ncf as ncf
>>> ncf.check_dgii('130546312', 'A010010011500000038')
{'validation_message': 'El NCF digitado es válido.', 'rnc': '130546312', 'name': 'PROMO NATIONAL SRL', 'type': 'COMPROBANTE GUBERNAMENTAL', 'ncf': 'A010010011500000038', 'status': 'VENCIDO', 'valid_until': '30/04/2018'}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants