cancel
Showing results for 
Search instead for 
Did you mean: 

Bug in java SDK

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()));

 

amullins
Member
1 REPLY 1

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.

Trevor
Administrator Administrator
Administrator