Skip to content

Commit 379c74d

Browse files
committed
clean out ids [#20]
1 parent 8671273 commit 379c74d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/payment_list_example.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
# Size of page of payments to list
1313
_PAGE_SIZE = 3
1414

15-
_USER_ITEM_ID = 1969 # Put your user ID here
16-
_MONETARY_ACCOUNT_ITEM_ID = 1988 # Put your monetary account ID here
15+
_USER_ITEM_ID = 0 # Put your user ID here
16+
_MONETARY_ACCOUNT_ITEM_ID = 0 # Put your monetary account ID here
1717

1818

1919
def run():

0 commit comments

Comments
 (0)