Closed (fixed)
Project:
Commerce Card on File
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
3 May 2013 at 20:07 UTC
Updated:
15 May 2014 at 08:20 UTC
Jump to comment: Most recent
Comments
Comment #1
dwkitchen commentedWas already on my todo list. A big wanted feature when using Card on File with recurring.
Comment #2
DaneMacaulay commentedput together a sandbox module to do this.
https://drupal.org/sandbox/DaneMacaulay/2064173
think this could probably belong inside of cof, but a few things are up for debate as far as implementation.
would be happy to work this in, and or hear other ideas.
Comment #3
DaneMacaulay commentedhmmm, actually this is a good place to use rules scheduler on cardonfile entity save event.
would be much cleaner than my previous implementation
Comment #4
DaneMacaulay commentedthis is the one :)
https://drupal.org/sandbox/balint.kleri/2054035
Comment #5
iwant2fly commentedI think that this module is probably what you are looking for. https://drupal.org/project/commerce_dunning
Comment #6
bojanz commentedDunning is the module that you want.
Once the charge fails because of an expired card the user is notified and the charge is automatically retried.
Of course, you could always extend it to notify before the charge as well if desired.