mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Fixing Stripe webhook debugging
This commit is contained in:
parent
9e3eab0e51
commit
a136e47310
1 changed files with 1 additions and 0 deletions
1
vendor/zebra/views.py
vendored
1
vendor/zebra/views.py
vendored
|
@ -1,6 +1,7 @@
|
|||
import json
|
||||
from django.http import HttpResponse
|
||||
from django.apps import apps
|
||||
from django.conf import settings
|
||||
import stripe
|
||||
from zebra.conf import options
|
||||
from zebra.signals import *
|
||||
|
|
Loading…
Add table
Reference in a new issue