Metadata-Version: 1.0
Name: getpaid.luottokunta
Version: 0.1.1
Summary: Luottokunta payment processor for getpaid.
Home-page: http://pypi.python.org/pypi/getpaid.luottokunta
Author: Taito Horiuchi
Author-email: taito.horiuchi[at]abita.fi
License: GPL
Description: Introduction
        ============
        Luottokunta is Finnish major organization which provides credit card processors.
        "getpaid.luottokunta" implements Luottokunta payment processors to 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.
        * Only Card_Details_Transmit value="1" is tested. value="0" might work as well.
        
        Changelog
        =========
        
        0.1.1 (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]
        recipe = plone.recipe.zope2instance
        ...
        zcml =
        getpaid.luottokunta
        getpaid.luottokunta-overrides
        
        * 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
