Skip to content

Commit

Permalink
Add missing WebhookEndpoint.stripe_dashboard_item_name
Browse files Browse the repository at this point in the history
  • Loading branch information
jleclanche committed Jan 23, 2022
1 parent d84ed02 commit 7ce0fb7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions djstripe/models/webhooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@

class WebhookEndpoint(StripeModel):
stripe_class = stripe.WebhookEndpoint
stripe_dashboard_item_name = "webhooks"

api_version = models.CharField(
max_length=10,
Expand Down

0 comments on commit 7ce0fb7

Please sign in to comment.