thoughtbot / fake_stripe

A Stripe fake so that you can avoid hitting Stripe servers in tests.
MIT License
399 stars 79 forks source link

Add default payment method to customer #131

Closed carlweis closed 1 month ago

carlweis commented 2 years ago

This change adds the default payment method to the Stripe::Customer fixture so that returning customer.invoice_settings.default_payment_method will return the same PaymentMethod.id used throughout the library.