Needs work
Project:
Commerce Card on File
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
31 Oct 2012 at 20:54 UTC
Updated:
12 Jan 2015 at 16:52 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
BassistJimmyJam commentedThe attached patch implements
hook_form_alter()to remove the cardonfile storage option at checkout if the payment method is authnet_aim and cim_cardonfile is disabled. It also implementshook_module_implements_alter()to ensure thatcommerce_authnet_form_alter()runs aftercommerce_cardonfile_form_alter().Comment #2
dwkitchen commentedThis is an issue with Card on File not the payment gateway.
Comment #3
bojanz commented@dwkitchen
Which fix did you have in mind?
CoF adding its own "enable CoF" checkbox to each payment method?
Comment #4
bdlangton commentedJust updating patch #1 as 'cim_cardonfile' is now 'cardonfile'.
Comment #5
torgospizza@bdlangton: You have updated the patch for Commerce Authnet but dwkitchen's comment in #2 suggests this is actually an issue with Commerce CoF.
Can someone shed some light on this? I believe we may be running into this issue with CoF using Stripe, but am unsure of a path forward.