Author: mark-1961 | Posted on: 8/13/2008 1:16:56 AM | Views : 1355

im working on an online payment integration.

in one of first steps im setting up a reference to the merchant details class

//Create new MerchantDetails
com.commidea.testweb.MerchantDetails objMerchantDetails = new com.commidea.testweb.MerchantDetails();
 

this class then has a number of properties set for this account's ID's. however when i try and assign these values in this class to the request object i get an error on build.

//Create new EnrollmentCheckRequest
com.commidea.testweb.EnrollmentCheckRequest objEnrollme ...

Go to the complete details ...