/**
	 * Tests if a code is a gift certificate code.
	 *
	 * @param string the code to be tested
	 *
	 * @return array The gift certificate row data, or false on failure.
	 */
	private function isGiftCertificateCode($code)
	{
		return ISC_QUOTE::fetchGiftCertificate($code);
	}