We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8671273 commit 379c74dCopy full SHA for 379c74d
examples/payment_list_example.py
@@ -12,8 +12,8 @@
12
# Size of page of payments to list
13
_PAGE_SIZE = 3
14
15
-_USER_ITEM_ID = 1969 # Put your user ID here
16
-_MONETARY_ACCOUNT_ITEM_ID = 1988 # Put your monetary account ID here
+_USER_ITEM_ID = 0 # Put your user ID here
+_MONETARY_ACCOUNT_ITEM_ID = 0 # Put your monetary account ID here
17
18
19
def run():
0 commit comments