File tree 3 files changed +4
-3
lines changed
docs/pages/getting_started
3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ ______________________
6
6
7
7
.. code-block :: python
8
8
9
- from satcfdi import CFDI
9
+ from satcfdi.cfdi import CFDI
10
10
11
11
# from file
12
12
invoice = CFDI .from_file(' comprobante.xml' )
Original file line number Diff line number Diff line change @@ -194,7 +194,8 @@ __________________________________
194
194
.. code-block :: python
195
195
196
196
from datetime import datetime
197
- from satcfdi.models import Signer, CFDI
197
+ from satcfdi.models import Signer
198
+ from satcfdi.cfdi import CFDI
198
199
from satcfdi.create.cfd import cfdi40
199
200
200
201
# Load signing certificate
Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ ____________________
106
106
107
107
.. code-block :: python
108
108
109
- from satcfdi import CFDI
109
+ from satcfdi.cfdi import CFDI
110
110
111
111
# from file
112
112
invoice = CFDI .from_file(' comprobante.xml' )
You can’t perform that action at this time.
0 commit comments