if I understand correctly if we want REAL-TIME-CVN or GEO-IP-ANTI-FRAUD to work with eWay then some custom coding is the only option?
I have my site working fine in test mode set to REAL-TIME but when I change to REAL-TIME-CVN then EE throws back an error:
Transaction Error: Error: Required XML tag(s) missing, or incorrect case used. Required tag Name(s): ewayCVN
I have the CVV2 field included in my form following field added to my form
<label for="CVV2" class="required">Security Code (Last 3 digits on back of card)</label>
<input type="text" name="CVV2" value="" id="CVV2" class="required" maxlength="3"">
