Metadata-Version: 1.0
Name: getpaid.verkkomaksut
Version: 0.0.7
Summary: Verkkomaksut payment processor for getpaid.
Home-page: http://pypi.python.org/pypi/getpaid.verkkomaksut
Author: Taito Horiuchi
Author-email: taito.horiuchi[at]abita.fi
License: GPL
Description: Introduction
        ============
        Verkkomaksut provides payment processor which covers most of Finnish digital payments.
        "getpaid.verkkomaksut" implements Verkkomaksut payment processors into gaipaid.
        
        Caution
        -------
        * This package is intended for single payment processor.If you have multiple payment processor istanlled, there might be conflict error because of "checkout-review-pay" browser view override.
        * This package is only for "Type 4" payment and "NOTIFY_ADDRESS" is not implemented.
        
        
        Changelog
        =========
        
        0.0.7 (2009-05-19)
        ----------------
        
        * Initial release
        
        
        getpaid.verkkomaksut Installation
        ---------------------------------
        
        If you are using zc.buildout and the plone.recipe.zope2instance
        recipe to manage your project, just do this:
        
        * Add ``getpaid.verkkomaksut`` to the list of eggs to install, e.g.:
        
        [buildout]
        ...
        eggs =
        ...
        getpaid.verkkomaksut
        
        * Tell the plone.recipe.zope2instance recipe to install a ZCML slug:
        
        [instance]
        recipe = plone.recipe.zope2instance
        ...
        zcml =
        getpaid.verkkomaksut
        getpaid.verkkomaksut-overrides
        
        * Re-run buildout, e.g. with:
        
        $ ./bin/buildout
        
        
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
