diff --git a/facho/fe/client/dian.py b/facho/fe/client/dian.py index 5909c80..3da2cbf 100644 --- a/facho/fe/client/dian.py +++ b/facho/fe/client/dian.py @@ -27,7 +27,7 @@ class SOAPService: def get_service(self): raise NotImplementedError() - def builder_response(self, as_dict): + def build_response(self, as_dict): raise NotImplementedError() def todict(self):