You are here

constant StripeEvents::WEBHOOK in Stripe 8

Same name and namespace in other branches
  1. 2.x src/Event/StripeEvents.php \Drupal\stripe\Event\StripeEvents::WEBHOOK

The name of the event fired when a webhook is received.

File

src/Event/StripeEvents.php, line 15

Class

StripeEvents
Defines events for stripe webhooks.

Namespace

Drupal\stripe\Event

Code

const WEBHOOK = 'stripe.webhook';