@larowlan

We're using this module to process recurring transactions (donations) and it's working reasonably well, however, the module upon inspection seems to lack the hooks to be able to change stored card details.

Thanks.

Comments

brandercreative created an issue. See original summary.

benjmarr’s picture

Title: Update to include hooks to update saved cards » Include hooks to update saved cards
larowlan’s picture

Status: Active » Closed (works as designed)

We're just using commerce_cardonfile_save which ends up calling entity_save('commerce_cardonfile') which means you should be able to use the entity lifecycle hooks like hook_entity_insert() and hook_entity_presave()

benjmarr’s picture

Title: Include hooks to update saved cards » Create a ui for users to update their card on file
Status: Closed (works as designed) » Active

It appears that PIN doesnt allow the updating of stored cards, so we need a UI to add new cards through cardonfile (user/xx/storedcards). Using commerce_cardonfile_testing allows the option to add cards.

benjmarr’s picture

Any updates on progression with this issue?

larowlan’s picture

Priority: Major » Normal
Status: Active » Postponed

As discussed on irc, no plan to work on it.