Skip to content

Instantly share code, notes, and snippets.

@alexphelps
Created February 23, 2016 13:20
Show Gist options
  • Save alexphelps/0fb2b295bcd8f43146d9 to your computer and use it in GitHub Desktop.
Save alexphelps/0fb2b295bcd8f43146d9 to your computer and use it in GitHub Desktop.
DJ Stripe Callback Settings
# settings.py
def account_request_callback(request):
return Account.objects.get(id=request.account_id)
DJSTRIPE_SUBSCRIBER_MODEL_REQUEST_CALLBACK = account_request_callback
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment