Hi 
   At the time of integrating the worldpay with the ofbiz application i got
an exception when i remove the try catch block in worldpayevents.java

 try {
            token = new PurchaseToken(instIdInt, currencyAmount, orderId);
        } catch (SelectException e) {
            Debug.logError(e, "Cannot create purchase token", module);
        } catch (ArgumentException e) {
            Debug.logError(e, "Cannot create purchase token", module);
        }
the exception which i got was...
  
unreported exception com.worldpay.core.ArgumentException

if i handle that exception then the code will execute the next block of
statement where the token value is coming null and it displays "Problems
creating a purchase token, please contact customer service.".. i just want
to know why my token value is null and what is the use of this token...
-- 
View this message in context: 
http://www.nabble.com/ArgumentException-while-integrating-worldpay-tp22710804p22710804.html
Sent from the OFBiz - User mailing list archive at Nabble.com.

Reply via email to