You are here

service commerce_stripe.order_events_subscriber in Commerce Stripe 8

Class

Drupal\commerce_stripe\EventSubscriber\OrderPaymentIntentSubscriber

Tags

  • needs_destruction
  • event_subscriber

File

./commerce_stripe.services.yml
commerce_stripe.services.yml

View source
  1. class: Drupal\commerce_stripe\EventSubscriber\OrderPaymentIntentSubscriber
  2. arguments:
  3. - '@entity_type.manager'
  4. tags:
  5. - { name: needs_destruction }
  6. - { name: event_subscriber }