Recently we have upgraded our RMS 2.0 to SP3, FP1, SP4 and CU5. Our application integrate into RMS using QSRules.dll and directly calling it's functions.
After the upgrade debit card Authorization function throws an exception.
Execution of following line throws an System.NotSupportedException exception indicating "Object doesn't support this property or method".
txnTender.Session.get_VitalObject().Authorize(ref RequestStatus, ref ApprovalCode, ref VisaNetAuthorizationID, ref tender);
Above same line is executed for credit card transaction processing and it is working fine.
I do not have access to RMS SDK (is there a SDK ?) or any guidelines. So I do not have any idea how to solve this issue.
Any help is appreciated. Thank you.
*This post is locked for comments