15110;
$::g_pOrderStatusList = 
	{
	'VERSION' => 1,
	'0' =>  'Awaiting Payment', 
	'1' =>  'Full Payment Received', 
	'2' =>  'Order Posted', 
	'3' =>  'Order Cancelled', 
	'4' =>  'Awaiting Stock', 
	};

return($::SUCCESS);
