<%
'*************************************************************************
' Function : Userexit that can be used to create a customized 
'          : payment routine. Should only be modified by someone
'          : with experience in ASP development.
' Product  : CandyPress Store Frontend
' Version  : 2.5
' Modified : February 2004
' Copyright: Copyright (C) 2004 CandyPress.Com 
'            See "license.txt" for this product for details regarding 
'            licensing, usage, disclaimers, distribution and general 
'            copyright requirements. If you don't have a copy of this 
'            file, you may request one at webmaster@candypress.com
'*************************************************************************
'OVERVIEW :
'The purpose of the code in this script is to populate 2 variables when 
'the customer is returned to your store after submitting payment through 
'a custom payment gateway.
' 
'qIdOrder  = Order Number (Numeric)
'statusInd = Must contain "error" or "success"
'
'*************************************************************************
%>