Metadata-Version: 1.0
Name: getpaid.luottokunta
Version: 0.4.0
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.
        
        .. _Products.PloneGetPaid: http://pypi.python.org/pypi/Products.PloneGetPaid
        
        Changelog
        =========
        
        0.3.4 (2010-06-01)
        ------------------
        * Added conditional imports to order.py for Plone 4 compatibility.
        * Tested with Plone-4.0b3.
        
        0.3.3 (2009-09-11)
        ------------------
        * Fixed bug when query string does not hold order id in thanks page.
        
        0.3.2 (2009-09-09)
        ------------------
        * Fixed rounding of total price.
        * Declined and canceled templates are now separated.
        * Tested with Card_Details_Transmit value = "0"
        * Tested with Plone-3.3.
        
        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
