diff --git a/pinax/stripe/actions/customers.py b/pinax/stripe/actions/customers.py index 6f9ae16b8..5606200bb 100644 --- a/pinax/stripe/actions/customers.py +++ b/pinax/stripe/actions/customers.py @@ -27,7 +27,7 @@ def can_charge(customer): return False -def create(user, card=None, plan=settings.PINAX_STRIPE_DEFAULT_PLAN, charge_immediately=True, quantity=1): +def create(user, card=None, plan=settings.PINAX_STRIPE_DEFAULT_PLAN, charge_immediately=True, quantity=None): """ Creates a Stripe customer.