-
Notifications
You must be signed in to change notification settings - Fork 436
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9ad9bfa
commit 1e8ee47
Showing
5 changed files
with
55 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
""" | ||
example_template.py - This is a template for defining new examples. It is not intended to be used directly. | ||
<describe what this example does> | ||
In this example, we: | ||
- <key step 1> | ||
- <key step 2 | ||
- ... | ||
<describe assumptions about the user's stripe account, environment, or configuration; | ||
or things to watch out for when running> | ||
""" | ||
|
||
import stripe | ||
|
||
# Set your API key here | ||
api_key = "{{API_KEY}}" | ||
|
||
print("Hello world") | ||
# client = stripe.StripeClient(api_key) | ||
# client.v2.... |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
13 changes: 13 additions & 0 deletions
13
examples/stripe_webhook_handler.py → examples/thinevent_webhook_handler.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters