We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b887bd1 commit 6cd89e3Copy full SHA for 6cd89e3
donate/vendor/stripe.py
@@ -80,7 +80,7 @@ def get_plan(amount, currency='USD', interval='month'):
80
currency, interval))
81
82
83
-def create_plan(amount, currency, interval, product):
+def create_plan(amount, currency, interval):
84
""" returns a plan for a subscription """
85
with stripe_api() as api:
86
plan = api.Plan.create(
0 commit comments