Metadata-Version: 1.0
Name: getpaid.pagseguro
Version: 0.1dev
Summary: Get Paid payment processor for pagseguro
Home-page: http://www.plonegetpaid.com/
Author: Get Paid Development Team and Cooperativa Inverta
Author-email: rafael@inverta.com.br
License: ZPL2.1
Description: GetPaid PagSeguro
        =================
        
        GetPaid `PagSeguro`_ is used to do payments using PagSeguro, a brazilian
        PayPal like service.
        
        .. _`PagSeguro`: https://pagseguro.uol.com.br/
        
        Introduction
        -------------
        
        1. Configure in the buildout ::
        
        [buildout]
        parts =
        ...
        getpaid
        
        eggs =
        ...
        ${getpaid:eggs}
        getpaid.pagseguro
        
        zcml =
        ...
        getpaid.pagseguro
        getpaid.pagseguro-overrides
        
        [getpaid]
        recipe = getpaid.recipe.release
        addpackages=
        getpaid.pagseguro
        
        2. Setup this as your payment processor in getpaid admin interface (Payment Options) :
        
        3. Last step is to enter your pagseguro email info in Payment Processor
        Settings. You may also want to add your generated TOKEN if return functionality
        is desired :
        
        Enjoy!
        
        Changelog
        =========
        
        0.1 - 2009-04-20
        ----------------
        
        * Initial release
        * 0.1 - Created over the code of getpaid.paypal, making the needed modifications to work with Brazilian's PagSeguro
        
        
Keywords: getpaid processor pagseguro
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Framework :: Zope3
Classifier: Programming Language :: Python
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Office/Business :: Financial
Classifier: Topic :: Software Development :: Libraries
Classifier: License :: OSI Approved :: Zope Public License
Classifier: Operating System :: OS Independent
