Skip to content

Commit 6cd89e3

Browse files
committedMay 20, 2019
fixing create_plan for no product
1 parent b887bd1 commit 6cd89e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎donate/vendor/stripe.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ def get_plan(amount, currency='USD', interval='month'):
8080
currency, interval))
8181

8282

83-
def create_plan(amount, currency, interval, product):
83+
def create_plan(amount, currency, interval):
8484
""" returns a plan for a subscription """
8585
with stripe_api() as api:
8686
plan = api.Plan.create(

0 commit comments

Comments
 (0)