Metadata-Version: 1.1
Name: verifone
Version: 0.1.4
Summary: Python package for Verifone
Home-page: https://github.com/vilkasgroup/Verifone
Author: Jaana Sarajärvi
Author-email: jaana.sarajarvi@vilkas.fi
License: MIT license
Description: ========
        Verifone
        ========
        
        
        .. image:: https://img.shields.io/pypi/v/verifone.svg
                :target: https://pypi.python.org/pypi/verifone
        
        .. image:: https://img.shields.io/travis/vilkasgroup/Verifone.svg
                :target: https://travis-ci.org/vilkasgroup/Verifone
        
        .. image:: https://readthedocs.org/projects/verifone/badge/?version=latest
                :target: https://verifone.readthedocs.io/en/latest/?badge=latest
                :alt: Documentation Status
        
        .. image:: https://coveralls.io/repos/github/vilkasgroup/Verifone/badge.svg?branch=master
           :target: https://coveralls.io/github/vilkasgroup/Verifone?branch=master
           :alt: Coveralls status
        
        .. image:: https://pyup.io/repos/github/vilkasgroup/Verifone/shield.svg
             :target: https://pyup.io/repos/github/vilkasgroup/Verifone/
             :alt: Updates
        
        
        
        Python package for Verifone
        
        
        * Free software: MIT license
        * Documentation: https://verifone.readthedocs.io.
        
        
        Features
        --------
        
        * Payment with Verifone
        * Get available payment methods
        * Refund payments
        
        Credits
        -------
        
        This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.
        
        .. _Cookiecutter: https://github.com/audreyr/cookiecutter
        .. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
        
        
        
        =======
        History
        =======
        
        0.1.4 (2018-11-12)
        ------------------
        
        * Fixed length of extra data fields. External id can be 255 characters and note 36 characters.
        
        0.1.3 (2018-10-26)
        ------------------
        
        * Remove s-t-1-40_shop-order__phase from signature verification.
        
        0.1.2 (2018-09-12)
        ------------------
        
        * Changes in generate_payment_data feature.
        
        
        0.1.1 (2018-09-06)
        ------------------
        
        * Added post urls for hosted pages.
        
        
        0.1.0 (2018-08-31)
        ------------------
        
        * First release on PyPI.
        
Keywords: verifone
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
