Closed (fixed)
Project:
Commerce Card on File
Version:
7.x-2.0-beta1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 Oct 2013 at 15:26 UTC
Updated:
20 May 2014 at 15:00 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
arknoll commentedPatch attached.
Comment #2
mesch commented+1. This is a problem for the commerce_cardonfile support I wrote for Stripe (https://drupal.org/node/1541074) because the module doesn't actually see the full card details, including the name. It stores the type returned from Stripe, not as determined by DC.
Comment #3
bojanz commentedRemoved that field completely in
http://drupalcode.org/project/commerce_cardonfile.git/commitdiff/f3774f5
The same code in the entity label callback has the isset() check.