Skip to content

Commit

Permalink
TEST: Check DGI Padron Response
Browse files Browse the repository at this point in the history
  • Loading branch information
zaoral committed Sep 1, 2023
1 parent 9e9a8a6 commit b2dea47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion l10n_uy_edi/models/res_partner.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def action_l10n_uy_get_data_from_dgi(self):
if self.l10n_latam_identification_type_id.l10n_uy_dgi_code == '2':
response = company._l10n_uy_ucfe_inbox_operation('640', {'RutEmisor': self.vat})
# TODO delete after finish the tests
_logger.info('response %s' % pprint.pformat(response))
raise UserError('response %s' % pprint.pformat(response))

if response.Resp.CodRta == '00':
# TODO ver detalle de los demas campos que podemos integrar en pagin 83 Manual de integración
Expand Down

0 comments on commit b2dea47

Please sign in to comment.