}
token.setTestMode(testModeInt);
// set the token to the purchase link
try {
linkParms.setValue(SelectDefs.SEL_purchase, token.produce());
} catch (SelectException e) {
Debug.logError(e, "Problems producing token", module);
request.setAttribute("_ERROR_MESSAGE_", "<li>Problems producing purchase token, please contact customer service.");
return "error";
}