You are here

constant RecurringEvents::PAYMENT_DECLINED in Commerce Recurring Framework 8

Name of the event fired when a payment is declined.

Subscribers can respond to this email to send dunning emails or modify the recurring order before it is saved.

See also

\Drupal\commerce_recurring\Plugin\AdvancedQueue\JobType\RecurringOrderClose

File

src/Event/RecurringEvents.php, line 17

Class

RecurringEvents

Namespace

Drupal\commerce_recurring\Event

Code

const PAYMENT_DECLINED = 'commerce_recurring.payment_declined';