Metadata-Version: 1.0
Name: getpaid.verkkomaksut
Version: 0.1.0
Summary: Verkkomaksut payment processor for getpaid.
Home-page: http://pypi.python.org/pypi/getpaid.verkkomaksut
Author: Taito Horiuchi
Author-email: taito.horiuchi@gmail.com
License: GPL
Description: Introduction
        ============
        Verkkomaksut provides payment processor which covers most of Finnish digital payments.
        This package implements Verkkomaksut payment processor to Products.PloneGetPaid_ package.
        
        Caution
        -------
        * Current version supports and only tested with getpaid.paymentprocessors_ package installed. It might work without getpaid.paymentprocessors_.
        * This package is only for "Type 4" payment and "NOTIFY_ADDRESS" is not implemented.
        
        .. _Products.PloneGetPaid: http://pypi.python.org/pypi/Products.PloneGetPaid
        .. _getpaid.paymentprocessors: http://pypi.python.org/pypi/getpaid.paymentprocessors
        
        Changelog
        =========
        
        0.1.0 (2009-07-31)
        ------------------
        * Updated for getpaid.paymentprocessors package.
        
        0.0.7 (2009-05-16)
        ------------------
        * Initial release
        
        
        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]
        |   ...
        |   zcml =
        |       ...
        |       getpaid.verkkomaksut
        |       getpaid.verkkomaksut-overrides # Comment out this if getpaid.paymentprocessors is installed.
        
        * Re-run buildout, e.g. with:
        
        $ ./bin/buildout
        
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
