If you've ever tried to test your Stripe integration, you'll know how challenging it can be. The Stripe SDK uses lots of static methods that are hard to fake.
I would rather not write my own stubs or dummy classes that get switched out in tests, that...