You are here

commerce_authnet.services.yml in Commerce Authorize.Net 8

File

commerce_authnet.services.yml
View source
  1. services:
  2. commerce_authnet.logger:
  3. class: Drupal\Core\Logger\LoggerChannel
  4. factory: logger.factory:get
  5. arguments: ['commerce_authnet']
  6. commerce_authnet.echeck_transaction_verifier:
  7. class: Drupal\commerce_authnet\EcheckTransactionVerifier
  8. arguments: ['@entity_type.manager', '@commerce_authnet.logger', '@datetime.time']