You are here

service commerce_paypal.checkout_sdk_factory in Commerce PayPal 8

Class

Drupal\commerce_paypal\CheckoutSdkFactory
2 string references to commerce_paypal.checkout_sdk_factory
Checkout::create in src/Plugin/Commerce/PaymentGateway/Checkout.php
Creates an instance of the plugin.
CheckoutController::create in src/Controller/CheckoutController.php
Instantiates a new instance of this class.

File

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

View source
  1. class: Drupal\commerce_paypal\CheckoutSdkFactory
  2. arguments:
  3. - '@http_client_factory'
  4. - '@http_handler_stack'
  5. - '@commerce_order.adjustment_transformer'
  6. - '@event_dispatcher'
  7. - '@module_handler'
  8. - '@state'
  9. - '@datetime.time'