Metadata-Version: 1.1
Name: wildcard.pfg.stripe
Version: 1.1b6
Summary: Provides PFG stripe field
Home-page: https://github.com/collective/wildcard.pfg.stripe
Author: Nathan Van Gheem
Author-email: nathan@vangheem.us
License: GPL
Description: Introduction
        ============
        .. image:: https://www.wildcardcorp.com/logo.png
           :height: 50
           :width: 382
           :alt: Original work by wildcardcorp.com
           :align: right
           
           
        
        This package provides a Stripe payment processing ( https://stripe.com/ ) field to PloneFormGen, 
        which will make forms buyable.  This is useful for donation websites and other simple use cases.
        
        The field allows you to select amount types and customize the look and feel
        a bit.
        
        Requires signing up with stripe.com
        
        
        How to use
        ----------
        
        - install and activate addon on site
        - on a PloneFormGen form, add a `Stripe Field`
        - enter necessary field settings
        
        
        Field Data
        ----------
        
        Will send data for up to 10 fields to stripe with payment.
        
        Changelog
        =========
        
        1.1b6 (2015-04-09)
        ------------------
        
        - set receipt_email on stripe api call so automatic
          receipts can be sent out.
        
        1.1b5 (2015-01-05)
        ------------------
        
        - warn users they can only include 10 fields
        
        1.1b4 (2015-01-05)
        ------------------
        
        - be able to select metadata fields to include
        
        1.1b3 (2015-01-05)
        ------------------
        
        - only count metadata value field if has value
        
        
        1.1b2 (2014-06-08)
        ------------------
        
        - only send up to 10 metatdata fields, otherwise submission fails.
        
        
        1.1b1 (2014-05-08)
        ------------------
        
        - send form data to stripe as metadata
        
        1.0a4 (2014-04-26)
        ------------------
        
        - fix amounts field to get and save data consistently
        
        1.0a3 (2014-04-26)
        -------------------
        
        - protect stripe secret better
        
        - handle form errors better
        
        1.0a2 (2014-04-26)
        ------------------
        
        - set some default prive levels
        
        - hide unused fields
        
        1.0a1 (2014-04-26)
        ------------------
        
        - initial release
        
        
Keywords: plone payment ecommerce stripe
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
