Skip to content

Commit

Permalink
add stripe secret key to stripe wh page
Browse files Browse the repository at this point in the history
  • Loading branch information
diego-escobedo committed Feb 2, 2023
1 parent bbcd50e commit a56dc94
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions backend/metering_billing/views/webhook_views.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
from rest_framework.response import Response

STRIPE_WEBHOOK_SECRET = settings.STRIPE_WEBHOOK_SECRET
STRIPE_SECRET_KEY = settings.STRIPE_SECRET_KEY
stripe.api_key = STRIPE_SECRET_KEY


def _invoice_paid_handler(event):
Expand Down

0 comments on commit a56dc94

Please sign in to comment.