Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -276,8 +276,8 @@ Create
"invoice": "147205",
"description": "pay test",
"value": "116000",
"tax": float("16000"),
"tax_base": float("100000"),
"tax": "16000",
"tax_base": "100000",
"currency": "COP",
"type_person": "0",
"doc_type": "CC",
Expand Down