commercetools / commercetools-payment-integration-java

Module to handle payment transactions
Apache License 2.0
6 stars 4 forks source link

allow config loading from JSON #11

Closed MGA-dotSource closed 8 years ago

MGA-dotSource commented 8 years ago

The payment method configuration should be read from JSON instead of property files. There must be a configuration holding class (beeing (de-)serialized from and into the JSON) that get's passed around the framework instead of single config values.

These'll be provided by the file system first but later they can be loaded via CTP or any other provider.

MGA-dotSource commented 8 years ago

loading of configuration is now implemented from JSON