HOTO install GSPAY payment module for Magento systemr
-------------------------------------------------------

1. Unpack (unzip) archive into temp directory
2. Place (upload by ftp) includes folder to the your Magento base directory on server
3. Check that all files listed below exists on server 
	app/code/local/Mage/Gspay/Block/Standard/Redirect.php  
	app/code/local/Mage/Gspay/Block/Standard/Response.php  
	app/code/local/Mage/Gspay/controllers/StandardController.php  
	app/code/local/Mage/Gspay/etc/config.xml  
	app/code/local/Mage/Gspay/etc/system.xml  
	app/code/local/Mage/Gspay/Helper/Data.php  
	app/code/local/Mage/Gspay/Model/Remote.php  
	app/code/local/Mage/Gspay/Model/Source/
	app/code/local/Mage/Gspay/Model/Source/Cctype.php  
	app/code/local/Mage/Gspay/Model/Source/Currency.php  
	app/code/local/Mage/Gspay/Model/Source/OrderStatus.php  
	app/code/local/Mage/Gspay/Model/Source/PaymentAction.php  
	app/code/local/Mage/Gspay/Model/Source/PaymentMode.php  
	app/code/local/Mage/Gspay/Model/Standard.php  
	app/code/local/Mage/Gspay/Block/Remote/Form.php  
	app/code/local/Mage/Gspay/Block/Standard/Form.php  

4. Check that your PHP includes CURL support (see http://www.php.net/manual/en/ref.curl.php for details or contact your hoster)
5. Open magento admin panel in web browser
6. Select  "System->Configuration" in menu, then click on "Payment methods" at
left column. Click 'Save' button. GSPAY module should now appear in the list.
7. Provided that the module is enabled, and Enter ID of your site in GSPAY system (i.e. number like 6001, NOT your merchant ID) into SiteID field .the module will work.
8. Save setup
