Skip to content

Commit

Permalink
minor: fix signature of dupe_event_exists (#434)
Browse files Browse the repository at this point in the history
stripe_account is not used.

Leftover from c7ed716.
  • Loading branch information
blueyed authored and paltman committed Oct 25, 2017
1 parent ecd6474 commit 38aaa82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pinax/stripe/actions/events.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def add_event(stripe_id, kind, livemode, message, api_version="",
webhook.process()


def dupe_event_exists(stripe_id, stripe_account=None):
def dupe_event_exists(stripe_id):
"""
Checks if a duplicate event exists
Expand Down

0 comments on commit 38aaa82

Please sign in to comment.