Problem/Motivation
It would be great to define a Commerce email event plugin to be able to react to the payment declined event dispatched for dunning management... Patch to follow.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | 3281136-4.patch | 1015 bytes | jsacksick |
| #2 | 3281136-2.patch | 0 bytes | jsacksick |
Comments
Comment #2
jsacksick commentedComment #3
attisanWould love to review - patch file is empty though 😋
Comment #4
jsacksick commentedComment #7
jsacksick commentedAt first I committed this, then realized this would show up even on sites that aren't using the Commerce recurring module.
We should make sure this doesn't show up if commerce_recurring isn't enabled... So putting this to "needs work" for now.
Comment #8
rszrama commentedComment #10
jsacksick commentedI found a way to address comment #7 by specifying the "provider" key. That makes the plugin not available unless "commerce_recurring" is enabled.
Comment #11
jsacksick commentedI found a way to address comment #7 by specifying the "provider" key. That makes the plugin not available unless "commerce_recurring" is enabled.