Skip to content

Commit 364a209

Browse files
author
Rafael Castro
committed
Fix sample
1 parent 23d9396 commit 364a209

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

sample-slip-parser.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,6 @@
77
for response in responses:
88
print response.identifier
99
print response.status()
10-
print response.amountInCents
10+
print response.amountInCents
11+
print response.content
12+
print response.contentText()

sample-slip.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,4 @@
5959
slip.setIdentifier("ID456")
6060
file.add(register=slip)
6161

62-
file.output(fileName="output.REM")
62+
file.output(fileName="output.REM", path="/../../")

0 commit comments

Comments
 (0)