Skip to content

DO ncf check_dgii returning None. #430

Open
@ctactuk

Description

@ctactuk

import stdnum.do.ncf as ncf

ncf.check_dgii(ncf_number, rnc_number)

the method check_dgii always returning None.

Activity

changed the title [-]stdnum.do.ncf[/-] [+]DO ncf check_dgii returning None.[/+] on Mar 12, 2024
arthurdejong

arthurdejong commented on Mar 17, 2024

@arthurdejong
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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @arthurdejong@ctactuk

        Issue actions

          DO ncf check_dgii returning None. · Issue #430 · arthurdejong/python-stdnum