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 b905e97 commit 59f4c5fCopy full SHA for 59f4c5f
examples/payment_example.py
@@ -42,3 +42,6 @@ def run():
42
payment_id
43
).value.to_json()
44
)
45
+
46
+ # Save the API context to account for all the changes that might have occurred to it during the example execution
47
+ api_context.save()
0 commit comments