/*------------------------------------------------------------------------
# JBusinessDirectory
# author CMSJunkie
# copyright Copyright (C) 2016 cmsjunkie.com. All Rights Reserved.
# @license - http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
# Websites: http://www.cmsjunkie.com
# Technical Support:  Forum - http://www.cmsjunkie.com/forum/j-businessdirectory/?p=1
-------------------------------------------------------------------------*/

The extension will provide the possibility to enable recurring payment using Paypal services. 
After you install the extension a new payment option will be enabled on your payment processors section. 
You will have to fill in the configuration parameters and make sure that the payment processor is enabled.

	Name  the name of the processor that will be displayed on front-end
	Type  the type of the processor. This is currently used for coding purposes
	Timeout  time allocated until a pending payment will expire
	Mode  the mode the processor is in: Live or Test
	Status  set whether the processor is active or disabled.
	PayPal email  set the PayPal merchant email associated with your PayPal account. This account is where the payments are collected.

The subscription mechanism works in the following way. 
1. The site admin has to create packages with a defined period of time and desired features.
2. The business owner creates a business listings and associate it with a package. If the package is paid an order is generated and the user can pay for it with existing payment methods.
3. When the payment is made with subscription method a subscription is created for the user with the subscription period equal to package period..
