Metadata-Version: 2.1
Name: cs.pfg.mipago
Version: 1.0b18
Summary: PloneFormGen adapter to pay with Basque Government's payment service
Home-page: https://github.com/codesyntax/cs.pfg.mipago
Author: Mikel Larreategi
Author-email: mlarreategi@codesyntax.com
License: GPL
Description: =============
        cs.pfg.mipago
        =============
        
        
        .. image:: https://travis-ci.org/codesyntax/cs.pfg.mipago.svg?branch=master
                :target: https://travis-ci.org/codesyntax/cs.pfg.mipago
        
        
        .. image:: https://readthedocs.org/projects/cspfgmipago/badge/?version=latest
                :target: https://cspfgmipago.readthedocs.io/en/latest/?badge=latest
                :alt: Documentation Status
        
        A PloneFormGen_ addon to make payments with Basque Government's payment service
        
        * Free software: GNU General Public License v2
        * Documentation: https://cspfgmipago.readthedocs.io
        
        
        Features
        --------
        
        This package allows to configure a PloneFormGen_ form to make payments in the
        Basque Governments's payment service using pymipago_
        
        
        Credits
        -------
        
        
        The development of this package was funded by `AMETX Erakunde Autonomoa`_
        
        .. _`pymipago`: https://pypi.org/project/pymipago
        .. _`AMETX Erakunde Autonomoa`: https://www.ametx.eus
        .. _`Basque Governent's Payment Service`: https://www.euskadi.eus/mipago
        .. _`PloneFormGen`: https://pypi.org/projects/Products.PloneFormGen
        
        Changelog
        =========
        
        1.0b18 (2019-01-08)
        -------------------
        
        - Get and save body and pre messages to avoid losing them.
          [erral]
        
        
        1.0b17 (2019-01-07)
        -------------------
        
        - Send error text in the mail confirmation if an error happens during the payment process.
          [erral]
        
        
        1.0b16 (2019-01-07)
        -------------------
        
        - Send confirmation email when receiving the payment confirmation notification.
          [erral]
        
        
        1.0b15 (2018-06-13)
        -------------------
        
        - Fix data export.
        
        
        1.0b14 (2018-06-04)
        -------------------
        
        - Fix data export.
          [erral] 
        
        
        1.0b13 (2018-06-04)
        -------------------
        
        - Do not save on the canonical object, but on the parent's canonical Mi Pago child
          [erral]
        
        
        1.0b12 (2018-06-04)
        -------------------
        
        - Save payment data on the canonical objects to avoid duplicity
          [erral]
        
        
        - Fix status
          [erral]
        
        1.0b11 (2018-06-01)
        -------------------
        
        - Fix Syntax error
          [erral]
        
        
        1.0b10 (2018-06-01)
        -------------------
        
        - Handle payment confirmation messages
          [erral]
        
        
        - Disable CSRF protection for payment confirmation url
          [erral]
        
        1.0b9 (2018-05-31)
        ------------------
        
        - Fix value formatting
          [erral]
        
        
        1.0b8 (2018-04-27)
        ------------------
        
        - Document newest options.
          [erral]
        
        - Translations for schemata titles.
          [erral]
        
        
        1.0b7 (2018-04-27)
        ------------------
        
        - Add a default value for recipient name field.
          [erral]
        
        
        1.0b6 (2018-04-27)
        ------------------
        
        - Add options to send the PDF template
          [erral]
        
        - Add options to send logo urls
          [erral]
        
        
        1.0b5 (2018-04-25)
        ------------------
        
        - Add email sending ability.
          [erral]
        
        
        1.0b4 (2018-04-25)
        ------------------
        
        - Add an option to write a script to override the amount of the payment dynamically
          [erral]
        
        - Add fields to override values of the payment service texts
          [erral]
        
        - Add fields to send to the payment service the data of the citizen
          [erral]
        
        - Change date limit field to be a date field.
          [erral]
        
        - Translate action title.
          [erral]
        
        
        1.0b3 (2018-04-20)
        ------------------
        
        - Translations.
          [erral]
        
        1.0b2 (2018-04-20)
        ------------------
        
        - Export data in XLS format.
          [erral]
        
        - Save the form data in an annotation to show in the thanks page.
          [erral]
        
        - Use the test_environment from pymipago for testing in the test environment.
          [erral]
        
        
        1.0b1 (2018-04-18)
        ------------------
        
        - Initial implementation
          [erral]
        
        
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Provides-Extra: test
