You are here

service commerce_recurring.payment_declined_mail in Commerce Recurring Framework 8

Class

Drupal\commerce_recurring\Mail\PaymentDeclinedMail
2 string references to commerce_recurring.payment_declined_mail
PaymentDeclinedMailTest::setUp in tests/src/Kernel/Mail/PaymentDeclinedMailTest.php
RetryTest::rewindTime in tests/src/Kernel/Plugin/AdvancedQueue/JobType/RetryTest.php
Changes the current time.

File

./commerce_recurring.services.yml
commerce_recurring.services.yml

View source
  1. class: Drupal\commerce_recurring\Mail\PaymentDeclinedMail
  2. arguments:
  3. - '@entity_type.manager'
  4. - '@commerce.mail_handler'
  5. - '@commerce_order.order_total_summary'
  6. - '@datetime.time'