Metadata-Version: 2.1
Name: verifone
Version: 0.1.22
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
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
Requires-Dist: requests (>=2.7.0)
Requires-Dist: pycountry (>=18.5.26)
Requires-Dist: pycryptodome (>=3.6.6)

========
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.22 (2019-11-07)
-------------------

* Fields 's-t-1-40_shop-receipt__phase' and 's-t-1-40_submit' are now excluded from the signature verification process.

0.1.21 (2019-09-11)
-------------------

* Added 'l-t-1-20_saved-payment-method-id' to 'generate_payment_data' function.

0.1.20 (2019-05-27)
-------------------

* Added checking that product name can not be longer than 30 character.

0.1.19 (2019-05-21)
-------------------

* Updated version of requests.

0.1.18 (2019-04-26)
-------------------

* Check is endpoint available. If not, use other endpoint.

0.1.17 (2019-04-24)
-------------------

* Modified logging.

0.1.16 (2019-04-23)
-------------------

* Updated Pipfile.lock.

0.1.15 (2019-04-15)
-------------------

* Updated Jinja2 version in Pipfile.

0.1.14 (2019-04-05)
-------------------

* Updated Pipfile.lock and requirements.

0.1.13 (2019-04-01)
-------------------

* Updated Pipfile.lock and dev requirements.

0.1.12 (2019-03-26)
-------------------

* Updated Pipfile.lock and requirements.

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.


