Loading src/Event/RecurlyWebhookEvents.php +2 −2 Original line number Diff line number Diff line Loading @@ -148,14 +148,14 @@ final class RecurlyWebhookEvents { // ----------------------------------------- /** * Name of the event fired for a Cancelled Subscription notification. * Name of the event fired for a Canceled Subscription notification. * * @Event * * @var string * @see \Drupal\commerce_recurly\Event\notifications\subscription\RecurlyCanceledSubscriptionEvent */ const CANCELLED_SUBSCRIPTION = 'commerce_recurly.cancelled_subscription'; const CANCELED_SUBSCRIPTION = 'commerce_recurly.canceled_subscription'; /** * Name of the event fired for a Expired Subscription notification. Loading Loading
src/Event/RecurlyWebhookEvents.php +2 −2 Original line number Diff line number Diff line Loading @@ -148,14 +148,14 @@ final class RecurlyWebhookEvents { // ----------------------------------------- /** * Name of the event fired for a Cancelled Subscription notification. * Name of the event fired for a Canceled Subscription notification. * * @Event * * @var string * @see \Drupal\commerce_recurly\Event\notifications\subscription\RecurlyCanceledSubscriptionEvent */ const CANCELLED_SUBSCRIPTION = 'commerce_recurly.cancelled_subscription'; const CANCELED_SUBSCRIPTION = 'commerce_recurly.canceled_subscription'; /** * Name of the event fired for a Expired Subscription notification. Loading