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

Invoice: Add 'collection_method' property #200

Closed bravier closed 2 years ago

bravier commented 2 years ago

Let's add the property collection_method that was missing. For the moment, it's not implemented so it's always charge_automatically.

https://stripe.com/docs/api/invoices/object#invoice_object-collection_method

bravier commented 2 years ago

Thanks!