public LaPosAuthorizer(IAuthorizerConfigReader <LaPosAuthorizer> merchantConfig, ICommLayer commLayer, CardTypeRepository repo) { _merchantConfig = merchantConfig; _commLayer = commLayer; _repo = repo; InitializeAsync().Wait(); }
public MercadoPagoAuthorizer(IConfiguration config, IAuthorizerConfigReader <MercadoPagoAuthorizer> merchantConfig) { _merchantConfig = merchantConfig; //_apiClient = new MercadoPagoApiClient(_userId, _token, _orderTimeoutSeconds); }