checkout/checkout-sdk-net

Feature request: make AddCheckoutSdk() an extension method

Closed this issue · 1 comments

Description

  • Make CheckoutSDK.Extensions.Configuration.CheckoutServiceCollection.AddCheckoutSdk() an extension method so it can be called as IServiceCollection.AddCheckoutSdk(IConfiguration, ILoggerFactory, IHttpClientFactory).

Proposed Solution

Add this modifier to first argument of the method.

  • I may be able to implement this feature

Released on #290, let us know if you face any issue