From 38aaa82a931d5b914ea9b621349bef66f616d892 Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Wed, 25 Oct 2017 15:59:29 +0200 Subject: [PATCH] minor: fix signature of dupe_event_exists (#434) stripe_account is not used. Leftover from c7ed716. --- pinax/stripe/actions/events.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pinax/stripe/actions/events.py b/pinax/stripe/actions/events.py index b2b8437e1..6ab2d5fb3 100644 --- a/pinax/stripe/actions/events.py +++ b/pinax/stripe/actions/events.py @@ -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