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
Namespace
Drupal\commerce_recurring\EventCode
const PAYMENT_DECLINED = 'commerce_recurring.payment_declined';