Metadata-Version: 1.1
Name: verifone
Version: 0.1.11
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.11 (2019-02-28)
        -------------------
        
        * Modified Verifone class. New parameter "return_error_dict" was added.
        * Updated test cases.
        
        0.1.10 (2019-02-28)
        -------------------
        
        * Modified method "send_request". It does not throw anymore error if 's-f-1-30_error-message' is returned.
        * Updated Pipfile.lock.
        
        0.1.9 (2019-02-20)
        ------------------
        
        * Updated Pipfile.lock.
        
        0.1.8 (2019-01-07)
        ------------------
        
        * Updated Pipfiles and requirement files. There was security issue in PyYAML module.
        
        0.1.7 (2018-12-17)
        ------------------
        
        * Length of 'dynamic_feedback' parameter in method 'generate_payment_data'.
        
        0.1.6 (2018-12-17)
        ------------------
        
        * Added 'dynamic_feedback' to method 'generate_payment_data'.
        
        0.1.5 (2018-12-14)
        ------------------
        
        * Changes in pycountry module which needed some changes also to Verifone's country and currency methods.
        
        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
