Open
Description
As a developer, I want to have an extension to IServiceCollection (Extensions.DependencyInjection.Abstractions) so that I can register all stripe services and inject them directly
Expected Method
services.AddStripe(ApiKey);
Notice that for HTTP client it is recommended to use services.AddHttpClient
Activity