Hi,
I'm passing CAVV and ECI to Authorize using the following two functions of an authorization:
setAuthenticationValue()
setAuthenticationIndicator()
But Authorize.net provides null when running getCavvResultCode() on the completed transaction. The only thing I could think it might be is that Authorize.net says the two values are called cardholderAuthenticationValue and cardholderAuthenticationIndicator not authenticationValue and authenticationIndicator (which is what the SDK uses as the parameter name)
Any help regarding this is greatly appreciated.