Created
September 2, 2020 13:04
-
-
Save miodeqqq/7e56a9e520c6dd15759b5b4ff0d977be to your computer and use it in GitHub Desktop.
Django & Stripe - accept_stripe_policy.py
This file contains hidden or 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
tos_acceptance = {"date": int(time.time()), "ip": user_ip}, | |
stripe.Account.modify(user2.stripe_id, tos_acceptance=tos_acceptance) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment