Feature request: make AddCheckoutSdk() an extension method
Closed this issue · 1 comments
IanKemp commented
Description
- Make
CheckoutSDK.Extensions.Configuration.CheckoutServiceCollection.AddCheckoutSdk()
an extension method so it can be called asIServiceCollection.AddCheckoutSdk(IConfiguration, ILoggerFactory, IHttpClientFactory)
.
Proposed Solution
Add this
modifier to first argument of the method.
- I may be able to implement this feature