GenericValue productStore = ProductStoreWorker.getProductStore(productStoreId, delegator);
Map paymentResp = null;
try {
Debug.log("Calling process payments...", module);
//Debug.set(Debug.VERBOSE, true);
paymentResp = coh.processPayment(productStore, userLogin);
//Debug.set(Debug.VERBOSE, false);
} catch (GeneralException e) {
Debug.logError(e, module);
return ServiceUtil.returnError(e.getMessage());
} catch (GeneralRuntimeException e) {