JeremySkinner / SagePayMvc

ASP.NET MVC Integration for SagePay
Apache License 2.0
31 stars 31 forks source link

Allow injected config #19

Open georgehemmings opened 9 years ago

georgehemmings commented 9 years ago

Allow configuration to be injected

This frees DefaultUrlResolver from the global configuration instance. This is necessary when multiple configurations are needed in the same application.

georgehemmings commented 9 years ago

Builds on changes in #18