You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
3) You can basically customise the object after hand (useful if you have to process things after generating the invoice but before actually sending it, perhaps for some async tasks...)
52
-
```
56
+
4) You can basically customise the object after hand (useful if you have to process things after generating the invoice but before actually sending it, perhaps for some async tasks...)
57
+
```python
53
58
invoice.toggle_subtotal(shipping=True)
54
59
```
55
60
56
-
4) Finally download the file (this will actually call the API). It can be absolute or relative path.
57
-
```
61
+
5) Finally download the file (this will actually call the API). It can be absolute or relative path.
0 commit comments