Skip to content

Commit 38cf9dc

Browse files
committed
debug mode fixed
1 parent a32bec4 commit 38cf9dc

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

fiscalapi/services/base_service.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ def __init__(self, settings: FiscalApiSettings):
1515
self.api_version = settings.api_version
1616
self.base_url = settings.api_url
1717
self.api_key = settings.api_key
18+
self.debug = settings.debug
1819

1920
def _get_headers(self) -> dict:
2021
return {

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import os
33
from setuptools import setup, find_packages
44

5-
VERSION = "4.0.143"
5+
VERSION = "4.0.144"
66
# Descripción breve basada en el .csproj
77
DESCRIPTION = "Genera facturas CFDI válidas ante el SAT consumiendo el API de https://www.fiscalapi.com"
88

0 commit comments

Comments
 (0)