Viincenttt / MollieApi

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

Replace init with set in all models #363

Closed Viincenttt closed 4 months ago

Viincenttt commented 4 months ago

Use { get; set; } everywhere instead of { get; init; } so we can continue to support lower C# language versions