Metadata-Version: 1.1
Name: wildcard.pfg.stripe
Version: 1.1b2
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
        ============
        
        This package provides a stripe payment processing field to PloneFormGen.
        
        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.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)
