adrienverge / localstripe

A fake but stateful Stripe server that you can run locally, for testing purposes.
GNU General Public License v3.0
192 stars 59 forks source link

'Free' Subscription on a customer with no source. #36

Closed M0dM closed 5 years ago

M0dM commented 5 years ago

Hi @adrienverge ,

We should allow Subscription to a free Plan (Plan with amount=0) for a Customer who hasn't any Source.

It raises currencly an InvalidRequestError: stripe.error.InvalidRequestError: This customer has no source

adrienverge commented 5 years ago

Since the introduction of PaymentMethods in localstripe, this problem is fixed. Thus I'll close!