Skip to content

Instantly share code, notes, and snippets.

@miodeqqq
Created September 2, 2020 13:04
Show Gist options
  • Save miodeqqq/7e56a9e520c6dd15759b5b4ff0d977be to your computer and use it in GitHub Desktop.
Save miodeqqq/7e56a9e520c6dd15759b5b4ff0d977be to your computer and use it in GitHub Desktop.
Django & Stripe - accept_stripe_policy.py
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