You are here

service commerce_paypal.ipn_handler in Commerce PayPal 8

Class

Drupal\commerce_paypal\IPNHandler
2 string references to commerce_paypal.ipn_handler
ExpressCheckout::create in src/Plugin/Commerce/PaymentGateway/ExpressCheckout.php
Creates an instance of the plugin.
IPNHandlerTest::setUp in tests/src/Kernel/IPNHandlerTest.php

File

./commerce_paypal.services.yml
commerce_paypal.services.yml

View source
  1. class: Drupal\commerce_paypal\IPNHandler
  2. arguments:
  3. - '@entity_type.manager'
  4. - '@logger.channel.commerce_paypal'
  5. - '@http_client'