++ hack
This commit is contained in:
parent
aa9548e753
commit
074efffaa7
6 changed files with 56 additions and 6 deletions
7
stripe_hack.py
Normal file
7
stripe_hack.py
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
import stripe_utils
|
||||
import os
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
s = stripe_utils.StripeUtils(os.environ['STRIPE_PRIVATE_KEY'])
|
||||
print(s.get_stripe_customer_from_email('coder.purple+2002@gmail.com'))
|
||||
Loading…
Add table
Add a link
Reference in a new issue