Metadata-Version: 1.0
Name: getpaid.luottokunta
Version: 0.2.2
Summary: Luottokunta payment processor for getpaid.
Home-page: http://pypi.python.org/pypi/getpaid.luottokunta
Author: Taito Horiuchi
Author-email: taito.horiuchi@gmail.com
License: GPL
Description: Introduction
        ============
        Luottokunta is Finnish major organization which provides credit card processors.
        This package implements Luottokunta payment processor to Products.PloneGetPaid_ package.
        
        Caution
        -------
        * Only Card_Details_Transmit value="1" is tested. value="0" might work as well.
        
        .. _Products.PloneGetPaid: http://pypi.python.org/pypi/Products.PloneGetPaid
        
        Changelog
        =========
        
        0.2.2 (2009-08-07)
        ------------------
        * Bug fixed when luottokunta authentication declined.
        
        0.2.1 (2009-08-01)
        ------------------
        * Fixes done for payment processor without getpaid.paymentprocessors installed.
        
        0.2.0 (2009-07-31)
        ------------------
        * Updated for getpaid.paymentprocessors package.
        
        0.1.3 (2009-06-02)
        ------------------
        * When returned query string from Luottokunta gives order id error and if incremental order id is selected, order id increases its value by one.
        
        0.0.11 (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.luottokunta`` to the list of eggs to install, e.g.:
        
        |   [buildout]
        |   ...
        |   eggs =
        |       getpaid.luottokunta
        
        * Tell the plone.recipe.zope2instance recipe to install a ZCML slug:
        
        |   [instance]
        |   ...
        |   zcml =
        |       getpaid.luottokunta
        |       getpaid.luottokunta-overrides # Comment out this if getpaid.paymentprocessors is installed.
        
        * Re-run buildout, e.g. with:
        
        $ ./bin/buildout
        
        
        Credits
        =========
        Translations
        ------------
        * Finnish - Ilja Everila
        
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
