thoughtbot / fake_stripe

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

Bank Account routes #78

Closed DenysShevchenkoRb closed 1 month ago

DenysShevchenkoRb commented 7 years ago

added stubs for get, post and delete requests to /v1/customers/:customer_id/sources/:bank_account_id route

parameter :bank_account_id only matches strings that starts with ba_, so it shouldn't broke compatibility with /v1/customers/:customer_id/sources/:card_id routes

stefannibrasil commented 1 month ago

Closing this because fake_stripe has been deprecated: https://github.com/thoughtbot/fake_stripe/pull/154