Viincenttt / MollieApi

This project allows you to easily add the Mollie payment provider to your application.
MIT License
147 stars 85 forks source link

Add extension method to register all Mollie API clients using dependency injection #316

Closed Viincenttt closed 1 year ago

Viincenttt commented 1 year ago

The example project uses dependency injection to register the Mollie API clients. It would be even better if the NuGet package contained this extension method. Registering all the clients would then be a lot less work for projects that want to use the Mollie API.

Viincenttt commented 1 year ago

This has now been implemented on the development branch and will be released in the next version