Active
Project:
Commerce First Data
Version:
7.x-1.0-beta1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
30 Apr 2012 at 20:18 UTC
Updated:
2 Oct 2012 at 17:23 UTC
When building the XML for the billing address, it tries to pull the organization name. But the default install does not have the organization field visible, and most people will not want it.
The default probably needs to be with no organization, and then allow the option. Or just check to see if its defined first before trying to access that index.
Comments
Comment #1
emptyvoid commentedThe code should have checked for all attribute fields, unless it is required by the payment gateway. If it doesn't exist It should be excluded.