commercetools / commercetools-payment-integration-java

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

Avoid CTP client initialization in the lib #43

Closed andrii-kovalenko-ct closed 7 years ago

andrii-kovalenko-ct commented 7 years ago

Use injected CTP client values

andrii-kovalenko-ct commented 7 years ago

CTP client is always injected, but HTTP client is sometimes initialized and closed on demand.