Setono / SyliusGiftCardPlugin

Sell gift cards on your Sylius store and let users use them in the checkout process
MIT License
44 stars 39 forks source link

GiftCardConfigurationProvider refactor #220

Closed loevgaard closed 2 years ago

loevgaard commented 2 years ago

In my opinion the GiftCardConfigurationProvider which is called GiftCardChannelConfigurationProvider in the plugin in 0.12.x as of right now should always return a gift card configuration, no matter what. If no configuration exists for the given channel and locale it should create one and persist it.