net.authorize.cim.Result.importCustomerProfile
the line
customerProfile.setCustomerProfileId(getElementText(profile_el, AuthNetField.ELEMENT_CUSTOMER_PAYMENT_PROFILE_ID.getFieldName()));
should be
customerProfile.setCustomerProfileId(getElementText(profile_el, AuthNetField.ELEMENT_CUSTOMER_PROFILE_ID.getFieldName()));
02-29-2012 12:45 PM
Thanks for the report, based on just a quick glance at the code it appears to be a legitimate issue. I'll document it for our SDK developers to hopefully fix it in the next update.
03-02-2012 02:58 PM